본문 바로가기

mobile/android54

Android Studio: “Please select Android SDK” Tools -> Android -> Sync Project with Gradle Files (Android Studio 3.0.1) 2020. 5. 9.
Write access is allowed from event dispatch thread only --> (File -> Project Structure -> SDK Location) So the problem was concluded in that android studio conflicted with my installed jdk version, so it was resolved when i checked jdk location (.. Write access is allowed from event dispatch thread only --> (File -> Project Structure -> SDK Location) So the problem was concluded in that android studio conflicted with my installed jdk version, so it was resolved when i checked jdk location (File -> Project Structure -> SDK Location), ticked 'Use embedded JDK' checkbox and set jdk location to 'path to android studio'\Android Studio\jre 2020. 5. 9.
Write access is allowed from event dispatch thread only --> (File -> Project Structure -> SDK Location) So the problem was concluded in that android studio conflicted with my installed jdk version, so it was resolved when i checked jdk location (.. Write access is allowed from event dispatch thread only --> (File -> Project Structure -> SDK Location) So the problem was concluded in that android studio conflicted with my installed jdk version, so it was resolved when i checked jdk location (File -> Project Structure -> SDK Location), ticked 'Use embedded JDK' checkbox and set jdk location to 'path to android studio'\Android Studio\jre 2020. 5. 9.
The color "________" in values has no declaration in the base values folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier Error The color "____" in values has no declaration in the base values folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier Solution File - Invalidate Caches - Restart Project 2020. 5. 9.
INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION 오후 6:49 Session 'navipoweron': Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION Retry File - Sync Project With Gradle Files 2020. 4. 13.
doze mode adb command adb shell dumpsys battery set ac 0; dumpsys battery set usb 0 adb shell dumpsys battery set ac 0; dumpsys battery set usb 1 adb shell dumpsys battery set usb 0; dumpsys battery set usb 1 adb shell dumpsys battery unplug adb shell dumpsys battery reset 1. adb shell dumpsys battery unplug. (배터리 충전되지 않게 변경) 2. device screen off 3. adb shell dumpsys deviceidle step (device status가 idle 되게 만들기) 4. de.. 2020. 4. 12.