Dear all,
What would be the main problem of compiling Qt applications for android (Imagining we have root access on android) using prebuilt NDK toolchain arm-linux-androideabi-gcc, and running the executable on Android phone?
I'm awaire of Necessitas project, and how much easy the work of a developer would be using Qtcreator with Necessitas. But this would create an .apk.
What if I like to compile the code into executable and use Qt and NDK libraries?
Is it technically/practically possible?
Any hint would be appreciated.
Saeed
Related
i have asus eeepc with android froyo 2.2.2 ....x86
i need ntfs file support system i want to know ..how i can compile ntfs-3g from source that can be used in android
i used the ndk but i m not quite familiar with it ,,,,,can any one tell me how i can compile ntfs-3g and another native tools like ppp and bash to android platform...........waiting for answers.........i posted on androidx86 group but no response .....help me xda..
I need to develop JNI native code for TV. I am using Android NDK and SDK both to do the same. So Is it possible to develop the JNI Native code without using Android SDK or both tools are mandatory to do the same ? If only Android NDK is needed then how to do that ? Any help would be appreciated.
I would like to start building the android ADT to work for the nexus 7 with the Ubuntu rom.
I have started to compile the ADT I am getting toolchain error which tomorrow I should fix with using the android ndk toolchain.
If anyone would like to help I would appreciate it I'll release the .tar.gz of the compiled ADT when I get it to compile thanks!)
Hi everyone,
I have an android library ("is library" checked on eclipse) that i'd like to include in my android android project.
Everything compiles fine on Eclipse, but for some reasons I have to compile it through the android.mk of my project.
I tried to include my library as a subfolder of my project, and got this in my application's makefile :
include $(call all-subdir-makefiles)
But the links are not made between the library and my project...
How can I solve that ?
Thanks in advance
Hello, since android is a linux kernel at the base, i wanted to a run my c++ api with apache and php which will interact with an android app. Is that possible? will i have to compile a completely new ROM? I'm a newbie to android. Thanks in advance