I am using intelliJ and want to target 4.1.2 android version. In IntelliJ when it gives me the choice it gives me two 4.1.2 build target choices
- Android 4.1.2
- Google APIs (4.1.2)
What's the difference?
Thanks
I am using intelliJ and want to target 4.1.2 android version. In IntelliJ when it gives me the choice it gives me two 4.1.2 build target choices
What's the difference?
Thanks
Android 4.1.2 is just stock android. Google APIs is what the name says. It includes Google APIs that you might want to use. e.g. Google Maps API.
You would almost always want to target Google Android Api, which includes Google Service support (google play, maps, gtalk...).
Check this answer.
One exception is if your device is not Google certified (which you can check here), or if you dont want Google API support and still prefer to target regular Android API.
From a comment in the other answer here's the list of devices that are supported