Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android build target, duplicates, which to choose?

Tags:

android

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

like image 485
just_another_coder Avatar asked Jul 14 '10 15:07

just_another_coder


1 Answers

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.

like image 187
Macarse Avatar answered Oct 13 '22 09:10

Macarse