Bennu Game Development

English Forums => Platforms => Android => Topic started by: Grew on December 07, 2013, 06:19:23 PM

Title: Compile and install for Android 4.4
Post by: Grew on December 07, 2013, 06:19:23 PM
I'm trying to run my program on my Nexus 5, Android 4.4.
I've tried this way : http://bennugd-mobile.blogspot.fr/2012/12/progress-update.html
My APK is well created, I can install it on my Nexus 5, but when I try to run it, the application crashes.
My program is the exemple you can find here : https://code.google.com/p/bennugd-monolithic/downloads/detail?name=bennugd-module-multi-fake_win32.7z&can=2&q=
I tried this code too: http://bennugd-mobile.blogspot.com.es/2012/07/modmulti-example.html, but I got the same problem.

Are BennuGD and the BennuGD Packager compatible with Android 4.4 ?

Thanks for your help !
Title: Re:Compile and install for Android 4.4
Post by: panreyes on December 07, 2013, 06:41:53 PM
Hi!


Josebita is working on it right now :)
Title: Re:Compile and install for Android 4.4
Post by: Grew on February 10, 2014, 11:26:14 AM
Any updates about BennuGD on Android >= 4.4 ?
Title: Re:Compile and install for Android 4.4
Post by: panreyes on February 10, 2014, 12:32:06 PM
Yes! :D


http://www.bennugd.org/node/197
Title: Re:Compile and install for Android 4.4
Post by: Grew on February 10, 2014, 02:49:31 PM
Can somebody explain how does it works ? What to do after having downloaded pixplantilla ? I'm used to BennuGD Packager (here : http://bennugd-mobile.blogspot.fr/2013/05/another-packager-update.html).
Title: Re:Compile and install for Android 4.4
Post by: Grew on February 12, 2014, 10:49:41 AM
Nobody knows how it works? :P
Title: Re:Compile and install for Android 4.4
Post by: panreyes on February 12, 2014, 10:56:13 AM
Josebita might, but he's pretty busy now. Try adapting the template for your game, it will take less time
Title: Re:Compile and install for Android 4.4
Post by: Grew on April 02, 2014, 08:48:49 AM
I managed to compile my program and to create an apk (thank to Blabla : http://www.bennugd.fr/index.php?mod=forum&ac=voir&id=512#r2881 (http://www.bennugd.fr/index.php?mod=forum&ac=voir&id=512#r2881)).
Does BennuGD for Android support 32 bpp?
Title: Re:Compile and install for Android 4.4
Post by: josebita on April 02, 2014, 12:55:59 PM
Quote from: Grew on April 02, 2014, 08:48:49 AM
I managed to compile my program and to create an apk (thank to Blabla : http://www.bennugd.fr/index.php?mod=forum&ac=voir&id=512#r2881 (http://www.bennugd.fr/index.php?mod=forum&ac=voir&id=512#r2881)).
Does BennuGD for Android support 32 bpp?
It does, but until we've got fully working GPU acceleration it'll be VERY slow.

Early tests show an approximate 10x speedup when rendering 32bpp with the GPU vs software.
Title: Re:Compile and install for Android 4.4
Post by: Grew on July 31, 2014, 07:04:47 PM
Any news / update about BennuGD Packager for Android 4.4+ ?