Reputation: 1166
When creating a new android project, the build target has two choices:
Android 2.2, Android Open Source Project AND Google API's, Google Inc.
Both show Platform as 2.2 and API level 8
Which to choose (and why)?
Upvotes: 6
Views: 569
Reputation: 93173
The AVD
with Google API's contains google Api's like GoogleMaps
.
For example: If you application uses GoogleMaps, then you will have to use an AVD with Google API's.
Upvotes: 6