On Tue, Apr 28, 2009 at 5:53 AM, AntonioCV <[email protected]> wrote: > > Hello: > > Today I have installed Eclipse Ganymede + ADT plugin (DDMS 0.9.0 & ADT > 0.9.0) + Android SDK 1.5 + JDK 1.5.0_6 in a Windows Vista and I have > created a new project (MyApp). > > These logs are shown in the console: > [2009-04-28 12:45:06 - MyApp] no classfiles specified > [2009-04-28 12:45:06 - MyApp] Conversion to Dalvik format failed > with error 1 > > If I try to run, there is one error that does not allow it: "The > project cannot be built until build path errors are resolved"
We're still trying to track the exact circumstances that lead to this, but a quick fix is to clean the project (Project > Clean...) > I have checked Android in the build path and build problems seems to > be solved. > > Then I have tried to Run as an Android application and these are the > log messages: > > [2009-04-28 12:49:45 - MyApp] ------------------------------ > [2009-04-28 12:49:45 - MyApp] Android Launch! > [2009-04-28 12:49:45 - MyApp] adb is running normally. > [2009-04-28 12:49:45 - MyApp] Could not find MyApp.apk! > > Can anybody help me to run this simple project? There were a few other message about this. The short version: If you have a libs/ folder in your project, and are using a source control system that puts its own folder into each folder (.svn for instance), rename the folder to something else (if you have jar files in there, just make sure to re-add them to the build path under their new path). We have a fix for this and hope to push it soon. Xav -- Xavier Ducrohet Android Developer Tools Engineer Google Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

