I\'m trying to get the sample code of Android \'Google Maps Android API v2\' working. I get the project built without errors. However, when I try to run the app on my Galaxy
I had much the same problem.
The file 'import-summary.txt' had the answer.
In my case I had imported the eclipse project into a path with a space in the pathname. This causes a problem with the wizard.
Created new path. Re-imported project. Then Build/Rebuild Project.
No problems.