728x90 Programing/Debugging59 [Error] Corona SDK - Google traversal vulnerability in a ContentProvider [Real Case] [Error Case] [How to fix?] 1. Download APKTool https://ibotpeaches.github.io/Apktool/ 2. Install APKTool https://ibotpeaches.github.io/Apktool/install/ 3. Preparing your APK on specific folder 4. Open CMD (Win+R > cmd > OK) 5. Move the path to specific folder you had created 6. Decompile APK # apktool d "APK Name" 7. Fix the vulnerability Open file "AndroidManifest.xml" with your favorite progra.. 2017. 10. 13. [Error] Corona SDK - Google traversal vulnerability in a ContentProvider [Google Notification] What’s happening? Starting January 16th, 2018, Google Play will block publishing of any new apps or updates that contain this path traversal vulnerability. Your published APK version will remain unaffected, but any updates to the app will be blocked if the vulnerability is present. Action required. There are two recommended strategies for eliminating a path traversal vulner.. 2017. 10. 13. Could not create the java virtual machine 이클립스 실행 시 위와같이 에러가 발생 시 1. JAVA JDK 설치 여부 확인 설치가 안되어 있다면, 아래 경로에서 다운로드 후 설치 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2. eclipse.ini에 vm JAVA JDK 경로 추가 -vm C:\Program Files\Java\jdk1.x.0_xx\bin\javaw.exe 2017. 4. 10. Permissions on /var/www/html for uploading web site files via SFTP sudo chown -R -v [User_ID] /var/www/ 2016. 11. 25. [Android Gradle] How to check Gradle Distributions https://services.gradle.org/distributions/ services.gradle.org/ distributions/ gradle-3.1-rc-1-all.zip 12-Sep-2016 12:34 +0000 84.98M gradle-3.1-rc-1-bin.zip 12-Sep-2016 12:34 +0000 65.77M gradle-3.1-rc-1-src.zip 12-Sep-2016 12:34 +0000 17.69M gradle-3.0-all.zip 15-Aug-2016 13:15 +0000 84.69M gradle-3.0-bin.zip 15-Aug-2016 13:15 +0000 66.09M gradle-3.0-src.zip 15-Aug-2016 13:15 +0000 17.22M grad.. 2016. 9. 15. Android Plugin for Gradle Release Notes Update the Android Plugin for GradleWhen you update Android Studio, you may receive a prompt to automatically update the Android Plugin for Gradle to the latest available version. You can choose to accept the update or manually specify a version based on your project's build requirements.You can specify the Android Plugin for Gradle version in either the File > Project Structure > Project menu i.. 2016. 9. 15. Getting Gradle error “Could not reserve enough space for object heap” https://services.gradle.org/distributions/ Right click on start-button and open "System"Go to Advanced system settings on the left sideClick the button "Environment Variables ..."In System Variables, click "New..."New Variable Name: _JAVA_OPTIONSNew Variable Value: -Xmx1024MClick OKRestart Window Command or Program Gradle will detect this option as below._JAVA_OPTIONS=-Xmx1024M 2016. 9. 15. Google In-App billing, IllegalArgumentException: Service Intent must be explicit, after upgrading to Android L [Before] bindService(new Intent("com.android.vending.billing.InAppBillingService.BIND"), mServiceConn, Context.BIND_AUTO_CREATE); [After] Intent intent = new Intent("com.android.vending.billing.InAppBillingService.BIND"); intent.setPackage("com.android.vending"); bindService(intent, mServiceConn, Context.BIND_AUTO_CREATE); 2016. 8. 31. AndroidStudio - com.android.library unsupported major.minor version 52.0 Configure > Project Defaults > Project Structure SDK Location > JDK Location > Set JAVA JDK upper 1.8 version 2016. 5. 25. Android SDK - SSLPeerUnverified peer not authenticated Fetching https://dl.google.com/android/repository/addons_list-2.xmlValidate XMLParse XMLFetched Add-ons List successfullyFetching URL: https://dl.google.com/android/repository/repository-11.xmlFailed to fetch URL https://dl.google.com/android/repository/repository-11.xml, reason: SSLPeerUnverified peer not authenticatedFetching URL: https://dl.google.com/android/repository/addon.xmlFailed to fet.. 2016. 5. 25. java.lang.InstantiationException: can't instantiate class Activity [Issue] 07-28 20:57:29.342 2159-2159/com.victor.travelassistant E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.victor.travelassistant, PID: 2159 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.victor.travelassistant/com.victor.travelassistant.MainActivity}: java.lang.InstantiationException: can't instantiate class com.victor.travelassistant.MainActivity at andr.. 2015. 7. 28. "Loading data for Android 5.0" has encountered a problem. - Parsing Data for android-21 failed [Problem]"Loading data for Android 5.0" has encountered a problem.Parsing Data for android-21 failed unsupported major.minor version 51.0 [Solution] Change the environmental path to point 1.7/1.8Open Eclipse and goto windows tab-> preferenceGoto Java->complier and set Compiler compliance level to 1.7 and press apply.Then Goto Installed JRE Section. check if the installed jdk is listed and select.. 2015. 7. 10. 이전 1 2 3 4 5 다음 more 728x90