• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

"Project Setup" pop up instead of app launching

AntoineA

Lurker
Sep 20, 2017
2
0
Hi ! I've just started udacity course on Developing Android Apps. It worked well untill any compliation resulted to :

viewer.php
[/URL][/IMG]


I didn't found any help online. Do you have any idea ? Here is the logcat :

Code:
09-21 00:29:49.596 3819-3819/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-21 00:29:49.597 3819-3819/? D/AndroidRuntime: CheckJNI is ON
09-21 00:29:49.610 3819-3819/? W/art: Unexpected CPU variant for X86 using defaults: x86_64
09-21 00:29:49.613 3819-3819/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-21 00:29:49.621 3819-3819/? E/memtrack: Couldn't load memtrack module (No such file or directory)
09-21 00:29:49.621 3819-3819/? E/android.os.Debug: failed to load memtrack module: -2
09-21 00:29:49.622 3819-3819/? I/Radio-JNI: register_android_hardware_Radio DONE
09-21 00:29:49.627 3819-3819/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
09-21 00:29:49.630 3819-3819/? I/art: System.exit called, status: 0
09-21 00:29:49.630 3819-3819/? I/AndroidRuntime: VM exiting with result code 0.
09-21 00:29:50.086 3838-3838/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-21 00:29:50.088 3838-3838/? D/AndroidRuntime: CheckJNI is ON
09-21 00:29:50.109 3838-3838/? W/art: Unexpected CPU variant for X86 using defaults: x86_64
09-21 00:29:50.112 3838-3838/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-21 00:29:50.127 3838-3838/? E/memtrack: Couldn't load memtrack module (No such file or directory)
09-21 00:29:50.127 3838-3838/? E/android.os.Debug: failed to load memtrack module: -2
09-21 00:29:50.128 3838-3838/? I/Radio-JNI: register_android_hardware_Radio DONE
09-21 00:29:50.133 3838-3838/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
09-21 00:29:50.136 3838-3838/? I/art: System.exit called, status: 0
09-21 00:29:50.136 3838-3838/? I/AndroidRuntime: VM exiting with result code 0.
09-21 00:29:52.934 3850-3850/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-21 00:29:52.935 3850-3850/? D/AndroidRuntime: CheckJNI is ON
09-21 00:29:52.973 3850-3850/? W/art: Unexpected CPU variant for X86 using defaults: x86_64
09-21 00:29:52.978 3850-3850/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-21 00:29:52.993 3850-3850/? E/memtrack: Couldn't load memtrack module (No such file or directory)
09-21 00:29:52.993 3850-3850/? E/android.os.Debug: failed to load memtrack module: -2
09-21 00:29:52.993 3850-3850/? I/Radio-JNI: register_android_hardware_Radio DONE
09-21 00:29:53.002 3850-3850/? D/AndroidRuntime: Calling main entry com.android.commands.wm.Wm
09-21 00:29:53.003 3850-3850/? D/AndroidRuntime: Shutting down VM
09-21 00:29:53.118 3855-3855/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-21 00:29:53.120 3855-3855/? D/AndroidRuntime: CheckJNI is ON
09-21 00:29:53.135 3855-3855/? W/art: Unexpected CPU variant for X86 using defaults: x86_64
09-21 00:29:53.138 3855-3855/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
09-21 00:29:53.153 3855-3855/? E/memtrack: Couldn't load memtrack module (No such file or directory)
09-21 00:29:53.153 3855-3855/? E/android.os.Debug: failed to load memtrack module: -2
09-21 00:29:53.154 3855-3855/? I/Radio-JNI: register_android_hardware_Radio DONE
09-21 00:29:53.167 3855-3855/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
                                                 
                                                 --------- beginning of system
09-21 00:29:53.185 1668-2312/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.android.example.favoritetoys/com.example.android.favoritetoys.MainActivity} from uid 2000 on display 0
09-21 00:29:53.201 3855-3855/? D/AndroidRuntime: Shutting down VM
09-21 00:29:53.225 3872-3872/? I/art: Not late-enabling -Xcheck:jni (already on)
09-21 00:29:53.225 1668-1680/system_process I/ActivityManager: Start proc 3872:com.android.example.favoritetoys/u0a71 for activity com.android.example.favoritetoys/com.example.android.favoritetoys.MainActivity
09-21 00:29:53.238 3872-3872/? W/art: Unexpected CPU variant for X86 using defaults: x86_64
09-21 00:29:53.347 1312-1341/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8294400
09-21 00:29:53.499 1761-1761/com.android.systemui W/asset: Asset path /data/app/com.android.example.favoritetoys-2/base.apk is neither a directory nor file (type=1).
09-21 00:29:53.499 1761-1761/com.android.systemui W/PackageManager: Failure retrieving resources for com.android.example.favoritetoys
09-21 00:29:53.499 1761-1761/com.android.systemui W/asset: Asset path /data/app/com.android.example.favoritetoys-2/base.apk is neither a directory nor file (type=1).
09-21 00:29:53.500 1761-1761/com.android.systemui W/PackageManager: Failure retrieving resources for com.android.example.favoritetoys
09-21 00:29:53.500 1761-1761/com.android.systemui W/asset: Asset path /data/app/com.android.example.favoritetoys-2/base.apk is neither a directory nor file (type=1).
09-21 00:29:53.500 1761-1761/com.android.systemui W/PackageManager: Failure retrieving resources for com.android.example.favoritetoys
09-21 00:29:53.553 3872-3872/com.android.example.favoritetoys W/System: ClassLoader referenced unknown path: /data/app/com.android.example.favoritetoys-1/lib/x86_64
09-21 00:29:53.592 3872-3872/com.android.example.favoritetoys I/InstantRun: starting instant run server: is main process
09-21 00:29:53.645 2271-2409/com.android.launcher3 D/EGL_emulation: eglMakeCurrent: 0x780927893020: ver 2 0 (tinfo 0x78092797d440)
09-21 00:29:53.709 3872-3872/com.android.example.favoritetoys W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
09-21 00:29:54.062 1312-1341/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
                                                 
                                                 [ 09-21 00:29:54.085  3872: 3872 D/         ]
                                                 HostConnection::get() New Host Connection established 0x780929695600, tid 3872
                                                 
                                                 
                                                 [ 09-21 00:29:54.093  3872: 3872 W/         ]
                                                 Unrecognized GLES max version string in extensions: ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_dma_v1 
                                                 
                                                 [ 09-21 00:29:54.205  3872: 3888 D/         ]
                                                 HostConnection::get() New Host Connection established 0x7809296953c0, tid 3888
                                                 
                                                 
                                                 [ 09-21 00:29:54.206  1312: 1749 D/         ]
                                                 HostConnection::get() New Host Connection established 0x7b84bc41b960, tid 1749
                                                 
                                                 
                                                 [ 09-21 00:29:54.211  3872: 3888 W/         ]
                                                 Unrecognized GLES max version string in extensions: ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_dma_v1 
                                                 
                                                 [ 09-21 00:29:54.216  1312: 1749 W/         ]
                                                 Unrecognized GLES max version string in extensions: ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_dma_v1 
09-21 00:29:54.221 3872-3888/com.android.example.favoritetoys I/OpenGLRenderer: Initialized EGL, version 1.4
09-21 00:29:54.221 3872-3888/com.android.example.favoritetoys D/OpenGLRenderer: Swap behavior 1
09-21 00:29:54.221 3872-3888/com.android.example.favoritetoys W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
09-21 00:29:54.221 3872-3888/com.android.example.favoritetoys D/OpenGLRenderer: Swap behavior 0
09-21 00:29:54.227 3872-3888/com.android.example.favoritetoys D/EGL_emulation: eglCreateContext: 0x7809297e8e20: maj 2 min 0 rcv 2
09-21 00:29:54.242 3872-3888/com.android.example.favoritetoys D/EGL_emulation: eglMakeCurrent: 0x7809297e8e20: ver 2 0 (tinfo 0x7809297fff00)
09-21 00:29:54.287 3872-3872/com.android.example.favoritetoys W/art: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
09-21 00:29:54.738 1668-2307/system_process W/art: Long monitor contention with owner android.display (1691) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:138) waiters=0 in boolean com.android.server.wm.WindowManagerService.inputMethodClientHasFocus(com.android.internal.view.IInputMethodClient) for 447ms
09-21 00:29:55.735 1668-1691/system_process I/Choreographer: Skipped 59 frames!  The application may be doing too much work on its main thread.
09-21 00:29:55.736 1668-2307/system_process W/art: Long monitor contention with owner android.display (1691) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:138) waiters=0 in boolean com.android.server.wm.WindowManagerService.inputMethodClientHasFocus(com.android.internal.view.IInputMethodClient) for 996ms
09-21 00:29:56.736 1668-2307/system_process W/art: Long monitor contention with owner android.display (1691) at void com.android.server.wm.WindowAnimator$1.doFrame(long)(WindowAnimator.java:138) waiters=0 in boolean com.android.server.wm.WindowManagerService.inputMethodClientHasFocus(com.android.internal.view.IInputMethodClient) for 1s
09-21 00:29:56.744 3872-3872/com.android.example.favoritetoys I/Choreographer: Skipped 147 frames!  The application may be doing too much work on its main thread.
09-21 00:29:57.736 3872-3888/com.android.example.favoritetoys D/EGL_emulation: eglMakeCurrent: 0x7809297e8e20: ver 2 0 (tinfo 0x7809297fff00)
09-21 00:29:58.765 1668-1691/system_process I/ActivityManager: Displayed com.android.example.favoritetoys/com.example.android.favoritetoys.MainActivity: +5s569ms
09-21 00:29:58.770 1668-1873/system_process I/WindowManager: Destroying surface Surface(name=com.android.launcher3/com.android.launcher3.Launcher) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.AppWindowToken.destroySurfaces:363 com.android.server.wm.AppWindowToken.notifyAppStopped:389 com.android.server.wm.WindowManagerService.notifyAppStopped:4456 com.android.server.am.ActivityStack.activityStoppedLocked:1252 com.android.server.am.ActivityManagerService.activityStopped:6903 
09-21 00:29:59.737 1668-1691/system_process I/Choreographer: Skipped 56 frames!  The application may be doing too much work on its main thread.
09-21 00:30:00.737 1668-1691/system_process I/Choreographer: Skipped 59 frames!  The application may be doing too much work on its main thread.
09-21 00:30:00.738 1668-1691/system_process I/WindowManager: Destroying surface Surface(name=Starting com.android.example.favoritetoys) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.AppWindowToken.destroySurfaces:363 com.android.server.wm.WindowStateAnimator.finishExit:565 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:491 com.android.server.wm.WindowAnimator.updateWindowsLocked:303 com.android.server.wm.WindowAnimator.animateLocked:704 
09-21 00:30:01.739 1668-1691/system_process I/Choreographer: Skipped 59 frames!  The application may be doing too much work on its main thread.
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones