Happy Halloween everyone! So, I've been working on this live wallpaper that uses OpenGL ES 2.0 and just recently ran into a big problem. I made some code changes and went to run it to test them out and I get the following in the console output in Eclipse.
[2011-10-31 11:59:53 - hdgl-lwp] ------------------------------ [2011-10-31 11:59:53 - hdgl-lwp] Android Launch! [2011-10-31 11:59:53 - hdgl-lwp] adb is running normally. [2011-10-31 11:59:53 - hdgl-lwp] No Launcher activity found! [2011-10-31 11:59:53 - hdgl-lwp] The launch will only sync the application package on the device! [2011-10-31 11:59:53 - hdgl-lwp] Performing sync [2011-10-31 11:59:55 - hdgl-lwp] Uploading hdgl-lwp.apk onto device '0123456789ABCDEF' [2011-10-31 12:00:05 - hdgl-lwp] Failed to install hdgl-lwp.apk on device '0123456789ABCDEF': timeout [2011-10-31 12:00:05 - hdgl-lwp] Launch canceled! It ran prior to the change and then decide to just crap out. I can open another project and run that one just fine though. The other odd thing is that if I try to install the apk using adb, it just hangs. I can push the apk to my SD card and then use a file manager to install it just fine. I've ran into this before on this same project and am not sure what is the cause. I have two Nexus Ones and the problem occurs on both devices. Some things I've tried are: kill adb server and restart it. (Did not work) Uninstall the apk and then try to run it. (Did not work) Reboot the device. (Did not work) Reboot the PC. (Did not work) Factory reset the device. (Did not work) P.S. once I get this error I cannot "adb shell" into the device. I must disable USB debugging and re-enable it to get back into the device. P.S.S. I am now seeing this on a second project that I tried. It installed once, then making a very minor change and running it again caused this same issue. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

