Skip to content

Android Support V4 extension for OpenFL / NME (provides android-support-v4.jar for other extensions)

License

Notifications You must be signed in to change notification settings

fbricker/extension-android-support-v4

 
 

Repository files navigation

#extension-android-support-v4

OpenFL extension that simply adds Android Support Library (android-support-v4.jar) 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 AdMob, Facebook Ads, Extension-Facebook, etc).

###How to Install

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

haxelib install extension-android-support-v4

Also, you'll need to download the android-support-v4.jar from your Android SDK Manager

$ANDROID_SDK/tools/android

Then select Android Support Library under the "Extras" section.

###How to use this to build an extension

If you're developing extensions or implementing features that requires Android Support Library, you just need to add <haxelib name="extension-android-support-v4" /> 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=../android-support-v4

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=../android-support-v4

###Disclaimer

Android is a registered trademark of Android Industries, L.L.C. http://unibrander.com/united-states/212852US/android.html

###License

The MIT License (MIT) - LICENSE.md

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

Author: Federico Bricker

About

Android Support V4 extension for OpenFL / NME (provides android-support-v4.jar for other extensions)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 53.3%
  • Shell 46.7%