Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Select "Android X.X" or "Google APIs" in new project

I think it's basically the same, but what build target should I select? Or is there really difference between them?

For example the "Android 2.2" or "Google APIs" for the same Platform and API Level?

Eclipse Build Target selector

like image 323
Marek Sebera Avatar asked Nov 13 '11 19:11

Marek Sebera


1 Answers

If you application uses a google API, such as Google Maps, you will need the Google API version. I have not encountered a commercial device that does not include that build, but the raw open source Android does not include the Google API because it contains proprietary non-open source code from google.

If you do not use any of these API's it will not matter which one you choose. But if you are using any of the google apis you must use the google build.

like image 67
Plastic Sturgeon Avatar answered Oct 23 '22 10:10

Plastic Sturgeon