Adventure Game Studio

AGS Development => Editor Development => Topic started by: monkey0506 on Tue 06/09/2016 18:38:00

Title: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: monkey0506 on Tue 06/09/2016 18:38:00
(http://i.imgur.com/hJP0RkO.png)

This is an EXPERIMENTAL build of the plugin for Android building. DO NOT use this plugin for releases!!

Downloads (https://github.com/monkey0506/AGS.Plugin.AndroidBuilder/releases/tag/v0.0.3-alpha)


Please view the README (https://github.com/monkey0506/AGS.Plugin.AndroidBuilder/blob/master/README.md) for instructions on using this plugin.

Source code (https://github.com/monkey0506/AGS.Plugin.AndroidBuilder)

[Edit:] 19 August 2017, v0.0.3-alpha was released which permits the plugin to now function properly with AGS 3.4.0 (the latest stable version as of this writing). You need to download the plugin DLL and the "Android.zip" attachment as well. Extract "Android.zip" into "EDITOR_DIRECTORY/Android" (so, "EDITOR_DIRECTORY/Android/armeabi/libags_parallax.so", etc.), and the rest will work as detailed in the README.
Title: Re: [EXPERIMENTAL] [PLUGIN] AndroidBuilder
Post by: Mehrdad on Tue 06/09/2016 19:27:45
Wooow 8-0
It's so great start Monkey.
Nice job.
I'm really happy with this plug in.
Thanks so much for your hard works.
Title: Re: [EXPERIMENTAL] [PLUGIN] AndroidBuilder
Post by: monkey0506 on Wed 07/09/2016 17:15:58
Found an actual bug in this release. Keep an eye out for missing libs in your APK (https://github.com/monkey0506/AGS.Plugin.AndroidBuilder/issues/1). Rebuilding seems to correct the problem, but I need to make sure that Gradle is always including these files. Fixed with v0.0.2-alpha (https://github.com/monkey0506/AGS.Plugin.AndroidBuilder/releases/tag/v0.0.2-alpha).
Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.1-alpha
Post by: RickJ on Thu 08/09/2016 14:01:36
Nice work Monkey.  :grin:
Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: monkey0506 on Sat 19/08/2017 21:46:58
*bump* for v0.0.3-alpha. Works with AGS 3.4.0 now.
Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: Monsieur OUXX on Wed 13/09/2017 15:55:55
deadly
Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: selmiak on Thu 14/09/2017 12:07:31
wow, this will be the killer feature one day... when android is a deprecated OS ;) :D

gogo, monkey! This seems really useful! :D
Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: Crimson Wizard on Sun 13/05/2018 20:34:58
I did not try this plugin myself yet, but from the looks of it it uses native engine libraries to make APK.
So, here are new libraries for AGS 3.4.1: http://www.adventuregamestudio.co.uk/releases/finals/AGS-3.4.1-P2/ags-3.4.1.13-android-libs.zip
When following monkey0506's instructions, you need to replace original contents of Android.zip with these libs.
Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: Amir on Sat 24/07/2021 14:46:33
It looks like Gradle from the plugin doesn't support the latest version of java "16.0.2" . Am I right? should I download an old Java version if this is possible?

I'm using AGS 3.4.3 and ags-3.4.3.1-android-libs.

(https://i.ibb.co/Z84wtSp/IMG-3608.jpg) (https://ibb.co/Xs0dNDr)
Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: Amir on Sun 25/07/2021 11:18:47
Yes, It's up to this version 16.0.2. I downloaded jdk1.8.0_301 and added it with its path and it works but I'm getting another error  (laugh)

(https://i.ibb.co/wJcmLBV/Jav3.jpg) (https://ibb.co/1szWn71)
images 10 jpg (https://imgbb.com/)

android--24 solved.
Another error>

(https://i.ibb.co/ZLwSzLB/Jav4.jpg) (https://ibb.co/2nLS3nv)

24.0.1 solved.
Another error>

(https://i.ibb.co/Wc46bBc/Jav5.jpg) (https://ibb.co/NLds8WL)

v4 and m2repository were missing. 24.2.0 Solved.
Another error at 92%  :~( >

(https://i.ibb.co/qWJWSy5/Jav7.jpg) (https://ibb.co/4Y1Yqmd)

I solved the missing keystore, now I have .apk and .obb but the game dosn't run, black screen and nothing else.

(https://i.ibb.co/c1dxq4C/mem.jpg) (https://imgbb.com/)

Title: Re: [EXPERIMENTAL] [EDITOR PLUGIN] AndroidBuilder v0.0.3-alpha
Post by: Crimson Wizard on Wed 24/01/2024 05:34:26
I will close this thread now, as AGS Editor features building for Android since 3.6.0.

For older games we recommend to import them into 3.6.0 (or later) editor in order to make an Android version.