Author Topic: QB64 on Android  (Read 13549 times)

0 Members and 1 Guest are viewing this topic.

Offline WCCronje

  • Newbie
  • Posts: 1
QB64 on Android
« on: July 26, 2017, 09:25:15 am »
GB64.net also mention running a QB64 program on Android device, but [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there] is dead. After much searching, I found Android process  on https://web.archive.org/wiki/index.php/Android_Project. That was captured just before [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there] died. I used that process in an attempt to get the "Hello Android" program to run on an Android Studio virtual device. The program compile OK on QB64 but Android studio Gradle does not like it at all. Android and Android studio is completely new to me.

Has anybody tried to run QB64 programs on Android? I would appreciate advice and help.

Wessel

Offline fatman2021

  • Newbie
  • Posts: 11
Re: QB64 on Android
« Reply #1 on: July 26, 2017, 09:38:11 am »
In theory you should be able to compile and run the SDL version of QB64 directly on most Android devices using GNURoot(https://play.google.com/store/apps/details?id=champion.gnuroot&hl=en)

FellippeHeitor

  • Guest
Re: QB64 on Android
« Reply #2 on: July 27, 2017, 04:48:34 pm »
The QB64 for Android project has never really taken off, and while some samples got to be compiled previously (3 years ago? I have Terry's Flappy Bird clone in mind), no work has been done since then, which almost screams "incompatible" with the latest Android studio/Gradle stuff.

Your best bet for Android development is actually going for Java and Android Studio itself at the moment.