David Huby’s Blog Technical and business stuff

10Aug/100

Android Development – ADT Eclipse error

I got Hello World working without any problems, but when getting the LunarLander example I ran into a bit of an issue ... "The project cannot be built until build path errors are resolved"

I found the solution at http://code.google.com/p/android/issues/detail?id=5509 (by Philip Lowman)

1. Right click in Package Explorer and choose Import
2. Choose "Existing project into workspace" under General
3. Click Browse next to "Select root directory"
4. Select the following folder in your android SDK directory:
samples/android-8/ApiDemos
5. Check the "Copy projects into workspace" box
6. Click Finish
7. The project should now build successfully.

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.