Yes, as Danek mentioned, just highlight your project on the Package Explorer of Eclipse and then do F5. After that you can run your project by selecting Run->Run->android project First I also got the same problem(Error: no classfiles specified) when I imported Notepad project. After doing F5, it worked fine for me.
On Jun 25, 12:14 pm, willis <[email protected]> wrote: > I don't understand this. I do a fresh clean install of everything, > follow the HelloAndroid example to the letter, and as soon as I create > the new project I get these errors. > > [2009-06-25 11:33:21 - HelloAndroid] no classfiles specified > [2009-06-25 11:33:21 - HelloAndroid] Conversion to Dalvik format > failed with error 1 > > It would seem to me this is a bug. It has happened exactly this way > on two different XP machines with Eclipse. Who can fix this? > > On Jun 20, 2:14 am, Jiri Danek <[email protected]> wrote: > > > > > Check this:http://www.anddev.org/viewtopic.php?p=22705 > > > You have to simply reload the project in Eclipse. Click on the project > > in the Package explorer on the left and press F5(reload) > > > On 15 čvn, 02:12, xerberus <[email protected]> wrote: > > > > Hi Guys, > > > > I have a working(Released) project that needs some updating. The > > > Project was created with SDK 1.1 on Windows and Ecplise 3.4. > > > A couple months ago i moved away from Windows to Mac and installed all > > > tools on the mac including Android SDK 1.1. Everything was working > > > fine at that time. > > > > I never bothered compiling the project against SDK 1.5 as the program > > > was running fine on a 1.5 Device. > > > But now i need to do some changes and installed SDK 1.5, following the > > > installation guideline (http://developer.android.com/sdk/1.5_r1/ > > > upgrading.html#UpdateYourProjects). > > > > So I build my project against SDK 1.1 (as suggested) andfailedwith > > > the followingerrormessages : > > > - no classfiles specified > > > -ConversiontoDalvikformatfailedwitherror1 > > > > I receive the sameerrorif I compile with SDK 1.5 (clean + build). > > > > First i thought there is something wrong with my code but could not > > > find anything. > > > After that I tried the example JetBoy and received the sameerror. > > > Using "Fix Project Properties" was without effect for booth projects. > > > > I am kind of clueless right know and happy for any suggestion- Hide > > > quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

