Well I just figured out that it may possible to add an export option to Gideros so that it could output an android APK directly, without the need for Android Studio or Eclipse and not even Java stuff, and that could also integrate user selected prebuilt plugins.
How much people would be interested in such a feature ?
Comments
https://deluxepixel.com
Maybe we could bundle parts of Android SDK with Gideros Studio?
Or having Android SDK is a good prerequisite itself to export apk, only need to provide path to it.
But well, hey, what ever sounds interesting to you. If it would be interesting for me to implement such thing, I would do it either way, no matter what everyone else say
Likes: hgy29
https://deluxepixel.com
Or may a configuration file with plugins to generate Android project and then use Ant to export APK with signature.
Anyway you will need Android SDK and some Java build tool (ant or gradle).
https://developer.android.com/tools/building/building-cmdline-ant.html
So to generate APK with signature, you will need Android project template, Gideros plugins to install, Android SDK and Gradle in order to avoid Android Studio.
Currently, I use ant.
Cool ? :P
Likes: SinisterSoft
https://deluxepixel.com
If you only use Gideros to generate APK file then two things are needed:
- Configuration file to provide plugins
- Path to Android SDK
In corona sdk and in unity, they have similar feature for android (Build or build and run), and user need to input:
- Path to android sdk
- Application Name
- Version Code
- Version Name
- Package Name
- Keystore
- Key alias
- Save to folder
- Plugins List
- Added Manifest Permission
- googlePlayGamesAppId for google play services (maybe input in plugin)
- Regex config for include and exclude files and folders
Hope that help for you to build that feature to Gideros
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
https://github.com/gideros/gideros
https://www.youtube.com/c/JohnBlackburn1975
Likes: john26, simwhi
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: john26