just_another_coder
just_another_coder

Reputation: 1166

Android build target, duplicates, which to choose?

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

Answers (1)

Macarse
Macarse

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

Related Questions