How do I fix this error with Android and Eclipse that says: [2010-02-26 22:02:19 - <program name>]Could not find <program name>.apk!
Yes, I know that this has been posted on forums many times, but after searching thoroughly, these posts and their replies have benefited me little. They are always either dealing with something other than Windows, dealing with Windows but assuming that you've got it on a non- English language and a non-American time zone, or giving out very ambiguous/unhelpful instructions. I am an American who actually lives in Americ, I have never taken this computer off the American standard dialect of English, and my time zone settings are Central Daylight Savings. So obviously that's not the problem. Other replies to posts that I've seen that deal with Windows will say things that either just don't really apply or I would not know how to follow. In other words I don't know everything about an IDE and doing a lot of weird stuff with a lot of different file types; my school mainly just taught me to code and the theory behind it. So please give relatively simple directions (lengthy if needs be, but understandable for someone like me). :) Of note is the following: #1 I was originally trying to make this on API level 2 or whatever for the Android platform type, but that didn't let me include GLSurfaceView. So then I upgraded it to API level 3 (SDK 3, or whatever you call it - Android 1.5). Afterwards I tried to code a very simple GLSurfaceView tutorial from the Android website, and that's when things went haywire. #2 I did locate an issue with with the conversion to dalvik format, error 1, but I cleared that up relatively quickly somehow. #3 I've already tried deleting debug.keystore. #4 I've already corrected a certain line in the AndroidManifest.xml to update the API level from 2 to 3. Thank you in advance! Panzercrisis -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

