Stealth Rabbi
Stealth Rabbi

Reputation: 10346

What happened to Android 4.4.2 (API 19) Google APIs?

I am opening up an older android project on a new machine. I am attempting to download the Android 4.4.2 (API 19) Google APIs, but they are not listed. I have the regular SDK Platform installed. I do see Google API system images for the emulator, but not the actual Google API itself.

I see Google APIs in the Android 5.1.1 (API 22), as well as APIs older than 4.4.2 (API 19). enter image description here

Am I missing something? If they were removed for some reason, what should my application be targeting?

I require Google APIs becuase my app is using Google Maps.

Edit: I even enabled Obsolete listings, to see if the Google APIs were obsolete for some reason, but they didn't show then, either.

Upvotes: 1

Views: 1721

Answers (1)

Karim
Karim

Reputation: 5308

They are there. They are just available in two different flavors: Google APIs (x86 System Image) and Google APIs (ARM System Image)

Upvotes: 1

Related Questions