I’m trying to get my feet wet with Android development. I downloaded Eclipse, and setup the ADT. When I create a project from existing source, I choose the demo projects (API Demo) and compile + run. The simulator pops up but I can’t seem to find the API Demo application. How can I get this up and running?
I’m trying to get my feet wet with Android development. I downloaded Eclipse, and
Share
Resolved by running /tools/android and setting the base API to 2.2. APK installed fine after that