The first apk compiling fails with a gradle error though.
"ABIs [Armeabi] are not supported fot platform."
"der Befehl gradlew ist entweder falsch geschrieben oder konnte nicht gefunden werden"
See attached screen shot:

Host is a Windows7 system.
Code: Select all
- Change: Dropped support for armeabi architecture because the Android SDK doesn't support it any longer
How's progress going? No pressure (really not, I am more than impressed by your productive output), just a rough estimate.airsoftsoftwair wrote: ↑Fri Jun 22, 2018 3:27 pmThat's no problem because Hollywood's Android backend is currently getting an almost complete rewrite and should be much easier to maintain because more things will be done on the Java side. The current Android backend was mainly written for Android 2.3 and uses NativeActivity as its basis, which, although still supported, is a somewhat dead end road but who could've known that when I wrote the backend 6 years ago? The new backend should make it easier to adapt to changes in the SDK although frequent APK Compiler updates will probably still be necessary because Google changes things all the time here.