Skip to content

Google Play Services Native Extension (ANE) for Adobe AIR for Android

License

Notifications You must be signed in to change notification settings

mesmotronic/air-ane-googleplayservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Play Services ANE for Adobe AIR

This ANE has no API, it simply adds Google Play Services to Android apps created using Adobe AIR 19+ to prevent build issues caused by multiple AIR native extensions containing the same third party libraries.

To use the ANE, add it to your project in the usual way and paste the following XML snippet inside the <application> element of <manifestAdditions> in your app.xml file:

<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />