Hi all,
When you export Android project from Gideros, it overwrites MainActivity and Manifest file, so all plugins code will be cleared.
So I've create a small tool to auto inject plugins code into Android Project.
Main Features:
+ Auto inject code into Main Activity: System.loadLibrary , externalClasses
+ Adding to Android Manifest file: Activity and Permission
+ Include predefined 3 plugins config file
- admob, flurry (from
http://appcodingeasy.com by
@ar2rsawseen) - chartboost by
@zaniar + Copy (recursively) from a folder to project folder. (For libs and jni folder ...)
https://www.dropbox.com/s/o90uar604lfd5d7/GiderosTool.zipIf you like it and need more support or features, please let me know
Comments
Likes: vitalitymobile
Do i copy this tool in my project in Eclipse? or in the Gideros project folder?
Likes: vitalitymobile
Likes: vitalitymobile
https://deluxepixel.com
:P