Reputation: 10346
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).
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
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