extension-googleplayservices-basement

OpenFL/NME :: Google Play Services Basement Libreary for Android.


Keywords
api, google-play-services, gps, nme, openfl
License
MIT
Install
haxelib install extension-googleplayservices-basement 1.1.0

Documentation

extension-googleplayservices-basement

OpenFL extension that simply adds Google Play Services Basement into your project [for android targets].

This library does not provide any functionality, since it's intended to be used by other libraries (such as Google Play Games, and Google AdMob).

How to Install

To install this library, you can simply get the library from haxelib like this:

haxelib install extension-googleplayservices-basement

How to use this to build an extension

If you're developing extensions or implementing features that requires Google Play Services library, you just need to add <haxelib name="extension-googleplayservices-basement" /> into your project.xml.

Also, if you're building an extension that contains an Android Library, you may need to add the following line to your project.properties

android.library.reference.2=../google-play-services-basement

here is an example on how may your project.properties should look like:

android.library=true
target=android-::ANDROID_TARGET_SDK_VERSION::
android.library.reference.1=../extension-api
android.library.reference.2=../google-play-services-basement

Disclaimer

Google is a registered trademark of Google Inc. http://unibrander.com/united-states/140279US/google.html

License

The MIT License (MIT) - LICENSE.md

Copyright © 2016 SempaiGames (http://www.sempaigames.com)

Author: Federico Bricker