tags:

views:

26

answers:

1

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)?

A: 

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.

Macarse
thanks for the clarification
just_another_coder