Laur3nt1u / ANE-Google-Play-Services

google-play-services.jar and android-support-v4.jar for ANE libs
Apache License 2.0
0 stars 0 forks source link

Air Native Extension with Google Play Services Library (Android)

This is an Air native extension with Google Play Services Library for Android.

Installation

The ANE binary (AirGooglePlayServices.ane) is located in the bin folder. You should add it to your application project's Build Path and make sure to package it with your app (more information here).

Usage

google-play-services.jar and android-support-v4.jar for ANE libs

Use this with my versions of AirPushNotification or AirGooglePlayGameServices.ane, for in app purchase you can use StarIslandGames's version

If you use lilili87222’s AdMob use the without_gps version

Build script

Should you need to edit the extension source code and/or recompile it, you will find an ant build script (build.xml) in the build folder:

cd /path/to/the/ane/build
mv example.build.config build.config
#edit the build.config file to provide your machine-specific paths
ant