mobile/🤖 Cordova
-
[Cordova] Apache Cordova localStoage 사용하기! Apache Cordova localStoage var storage = window.localStorage; var value = storage.getItem(key); // Pass a key name to get its value. storage.setItem(key, value) // Pass a key name and its value to add or update that key. storage.removeItem(key) // Pass a key name to remove that key from storage.출처 : https://cordova.apache.org/docs/en/latest/cordova/stor..
[Cordova] storage, localStorage 사용하기![Cordova] Apache Cordova localStoage 사용하기! Apache Cordova localStoage var storage = window.localStorage; var value = storage.getItem(key); // Pass a key name to get its value. storage.setItem(key, value) // Pass a key name and its value to add or update that key. storage.removeItem(key) // Pass a key name to remove that key from storage.출처 : https://cordova.apache.org/docs/en/latest/cordova/stor..
2017.02.05 -
Attempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitialize 안녕하세요. 오레오 다이어리입니다.하이브리드(cordova)앱을 개발하던 도중 위와 같은 오류가 발생하였습니다. 해결방법 : 오류내용을 자세히보고 어느 부분에서 오류가 발생하였는지 파악합니다.저의 경우는 loadUrl(launchUrl)을 loadUrl("file:///android_asset/www/index.html"); 로 절대경로로 변경해서 해결하였습니다. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.globalbridge.tomyangel/com.globa..
[하이브리드 앱] Attempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitializeAttempt to invoke virtual method 'void org.apache.cordova.CordovaPlugin.privateInitialize 안녕하세요. 오레오 다이어리입니다.하이브리드(cordova)앱을 개발하던 도중 위와 같은 오류가 발생하였습니다. 해결방법 : 오류내용을 자세히보고 어느 부분에서 오류가 발생하였는지 파악합니다.저의 경우는 loadUrl(launchUrl)을 loadUrl("file:///android_asset/www/index.html"); 로 절대경로로 변경해서 해결하였습니다. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.globalbridge.tomyangel/com.globa..
2016.11.01 -
Should explicitly set android:allowBackup to true or false(it's true by default, and that can have some security implications for the application's data) 안녕하세요. 오레오 다이어리입니다. 오류 내용 : android:allowBackup을 true로 할 것인지, false로 할 것인지 입력해 달라는 오류입니다. 아래 사진과 같이 true를 입력해줍니다. allowBackup이란?>> adb를 통해 백업에 참여하고 인프라를 복원 할 수 있도록하는 것입니다.("android:allowBackup" allows to backup and restore via adb) 관련 글 : http:..
[하이브리드 앱] Should explicitly set android:allowBackup to true or falseShould explicitly set android:allowBackup to true or false(it's true by default, and that can have some security implications for the application's data) 안녕하세요. 오레오 다이어리입니다. 오류 내용 : android:allowBackup을 true로 할 것인지, false로 할 것인지 입력해 달라는 오류입니다. 아래 사진과 같이 true를 입력해줍니다. allowBackup이란?>> adb를 통해 백업에 참여하고 인프라를 복원 할 수 있도록하는 것입니다.("android:allowBackup" allows to backup and restore via adb) 관련 글 : http:..
2016.11.01 -
You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. 안녕하세요. 오레오 다이어리입니다. 아래 상세한 오류 내용입니다. You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. In order for Gradle to automatically download all your SDK components, the license agreements for each of the components need to be accepted using the SDK ..
[안드로이드 앱] You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24].You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. 안녕하세요. 오레오 다이어리입니다. 아래 상세한 오류 내용입니다. You haven't accepted the license agreements of the following SDK components [Android SDK Platform 24]. In order for Gradle to automatically download all your SDK components, the license agreements for each of the components need to be accepted using the SDK ..
2016.11.01