본문 바로가기

모바일104

IOS에서 왜 작동이 되지 않는가.. stackoverflow.com/questions/36451720/cordova-ios-cross-origin-requests-are-only-supported-for-http Cordova iOS Cross origin requests are only supported for HTTP I'm building an iOS app and recently upgraded cordova-ios to 4.1.0 and started using: cordova-plugin-wkwebview-engine. The problem is that now I get the error message Cross origin requests are only stackoverflow.com WK웹뷰로 바꾸는걸 처음에 적용했었는데.. 2020. 12. 29.
The emulator process for AVD [] was killed. 에뮬레이터 추가시 에러발생 The emulator process for AVD [] was killed. stackoverflow.com/questions/41274830/panic-cannot-find-avd-system-path-please-define-android-sdk-root PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT I'm trying to run my first Ionic app but i'm getting this error where it does not find my phone and does not find the emulator to run either. C:\Users\MART\Dropbox\Ionic\.. 2020. 12. 15.
Adaptive icon stackoverflow.com/questions/47523610/android-oreo-how-do-i-set-adaptive-icons-in-cordova Android Oreo - how do I set Adaptive Icons in Cordova? Just wondering if anyone been able to set adaptive icons on Cordova for Android Oreo? I'm using the android 6.4.0 and my square icon shrinks to fit the circle. I just want it to not shrink. I don't... stackoverflow.com 안드 새버전용 = 1. 안드로이드 스튜디오를 사용하여 아이콘을 .. 2020. 11. 16.
아이콘 스플래쉬 이미지생성 apetools.webprofusion.com/ Ape Tools: Don't Go Ape - Go Ape Tools. App Icon and Splashscreen Generator. Make your app happen. Ape ToolsDon't Go Ape, Go Ape Tools. Get apps done quicker. Create all the required sizes of Icons and Splashscreens for your app instantly for all major platforms a webprofusion creation © 2015 - 2018.Check out the code and submit issues on GitHub: https apetools.webprof.. 2020. 11. 12.
IOS14 업데이트후 푸쉬권한 developer.apple.com/forums/thread/660715 Packaging -> product Name에 한글로된 부분을 영문명으로 변경 2020. 10. 28.
Promise rejected with non-error: xcode-select: error: tool 'xcodebuild' requires Xcode cordova build ios CordovaError: Promise rejected with non-error: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance at /Users/naitas/.nvm/versions/node/v14.10.1/lib/node_modules/cordova/bin/cordova:30:15 at processTicksAndRejections (internal/process/task_queues.js:93:5) Xcode -> preferences.. 2020. 9. 15.
Could not find an installed version of Gradle either in Android Studio cordova build android --release Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=/Users/xxxx/Library/Android/sdk (DEPRECATED) Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio -- brew update && brew install gr.. 2020. 9. 15.
sudo killall -STOP -c usbd blog.buffashe.com/2020/02/macos-iphone-disconnecting/ macOS에서의 iPhone 연결 끊김 현상 – buffashe's Blog MacBook Pro (Retina, 15-inch, Mid 2015), macOS 10.15.3과 iPhone Xs를 사용 중입니다. Mac에 iPhone을 USB로 연결하였을 때 제대로 인식되지 않고 … 더 보기 "macOS에서의 iPhone 연결 끊김 현상" blog.buffashe.com sudo killall -STOP -c usbd USB포트가 양쪽다 안된다. 나랑 똑같은증상 2020. 9. 4.
키해시 뽑기 keytool 사용으로 뽑을수있긴한데 이걸로 뽑았을때 openssl버전에 따라서 인증이 되지 않는경우가 있었다. @SuppressLint("PackageManagerGetSignatures") private void getHashKey(){ PackageInfo packageInfo = null; try { packageInfo = getPackageManager().getPackageInfo(getPackageName(), PackageManager.GET_SIGNATURES); } catch (PackageManager.NameNotFoundException e) { e.printStackTrace(); } if (packageInfo == null) Log.e("KeyHash", "KeyHash:n.. 2020. 8. 31.