Skip to content

Battery Adobe Air Native Extension for iOS 9.0+, Android 19+

License

Notifications You must be signed in to change notification settings

rontian/Battery-ANE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battery-ANE

Battery Adobe Air Native Extension for iOS 9.0+ and Android 19+.


Android

The ANE + Dependencies

cd into /example and run:

  • OSX (Terminal)
bash get_android_dependencies.sh
  • Windows Powershell
PS get_android_dependencies.ps1
<extensions>
<extensionID>com.tuarua.frekotlin</extensionID>
<extensionID>com.google.code.gson.gson</extensionID>
<extensionID>com.tuarua.BatteryANE</extensionID>
...
</extensions>

iOS

The ANE + Dependencies

N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.

From the command line cd into /example and run:

bash get_ios_dependencies.sh

This folder, ios_dependencies/device/Frameworks, must be packaged as part of your app when creating the ipa. How this is done will depend on the IDE you are using. After the ipa is created unzip it and confirm there is a "Frameworks" folder in the root of the .app package.

Prerequisites

You will need:

  • IntelliJ IDEA / Flash Builder
  • AIR 29
  • Android Studio 3 if you wish to edit the Android source
  • Xcode 9.3
  • Xcode 9.1 for iOS Simulator
  • wget on OSX
  • Powershell on Windows

References

About

Battery Adobe Air Native Extension for iOS 9.0+, Android 19+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 38.0%
  • ActionScript 22.8%
  • Shell 12.4%
  • Objective-C 11.8%
  • Kotlin 9.0%
  • Java 3.1%
  • Other 2.9%