Title is not much explainatory.
I'd like to compile&run C programs on my Android device. Why? I'm studying C with a friend, and we'd like to try and test our little apps on-the-go.
I know there are plenty of apps on the store (such as CppDroid, TerminalIDE et cetera), problem is : all of them install the SDK in /datadata (I have a SGS with Omni 4.4. The short story should be : on data there is the slow-access files, on datadata the fast-access ones) and I barely have 200MB of total space. Installing a 150MB SDK all in there is not possible for me.
What I'd like to do is get those files and integrate them with /system, to be able to compile via the Terminal (and saving me from having more apps) (yes : I have 200+mb free in system. Dunno why, guess I want to use them)
Is it possible? How do I install an SDK?
Thanks for reading.
I'd like to compile&run C programs on my Android device. Why? I'm studying C with a friend, and we'd like to try and test our little apps on-the-go.
I know there are plenty of apps on the store (such as CppDroid, TerminalIDE et cetera), problem is : all of them install the SDK in /datadata (I have a SGS with Omni 4.4. The short story should be : on data there is the slow-access files, on datadata the fast-access ones) and I barely have 200MB of total space. Installing a 150MB SDK all in there is not possible for me.
What I'd like to do is get those files and integrate them with /system, to be able to compile via the Terminal (and saving me from having more apps) (yes : I have 200+mb free in system. Dunno why, guess I want to use them)
Is it possible? How do I install an SDK?
Thanks for reading.