If you have Android project generated by activitycreator tool (e.g. book sample code) and you want to import it into Eclipse here are the steps:
- Create new workspace in Eclipse (optional) anywhere OUTSIDE of the folder that contains project you are importing
- Click File -> New -> Android Project
- From the pop-up select “Create project from existing source” and navigate to the top folder of Android project you are importing

- Click “Finish”. Voila! You done
Thanks!
Hello, Thanks for this info.
I tried this process with some code that came with a book I purchased. It seemed to import fine, but when I run it, it says it can't find the .apk file – what other steps need to be taken in this case?
Thanks!
Nice.
But how can you import an Android project from an existing project in the current workspace.
Ex : suppose you work in the directory D:mobilecompass
Your project is in D:mobilecompassmycompass
An Eclipse project already exists in this directory. Consider using File > Import > Existing Project instead
Butin File > Import you don't find the android project option
Thanks!
really helped!
thx ….itz working , im able to import my project.
10x