« android is not based on Debian. It has a heavily-patched linux kernel
and that's about where the connection with linux as we know it stops.
The runtime is totally different: no standard C library, no X, etc. I
think graphics is only available through their Java-based layer
so even if you could get Gambas C++ code to compile to ARM you can't
take Qt/GTK with you: so no graphics.
Plus no package management system as we know it: so users would have
to manually download and install gambas, then download and install
whatever application.
Non sapevo che Android è un linux.
Ma solo il kernel di linux.
Ho indagato su internet e sembra che sia stato completato programmandolo in Java.
No GTK, no Qt. E allora che grafica ha?
http://davideaversa.it/slashcode/2011/07/android-non-e-in-java/http://www.integratingstuff.com/2010/12/12/calling-native-c-code-through-jni-in-android-applications/