Hello Could anyone please tell me how to port and execute C codes in Android? We have ported the Android zImage on mini2440 and it is working fine. We now wish to run our C codes in Android instead of Linux. Harshavardhan
Android on mini2440
hi, You have to use ndk and the JNI (Java Native interface) the following link describe all the steps. http://mobile.tutsplus.com/tutorials/android/ndk-tutorial/ And then you will be able to use your C codes. I have a question, did you succeed to have "adb" with your mini2440? I mean do you have your mini2440 detected when you enter the cmd "adb devices"? Regards, Jean
I have a question as to why you want to use C with Android? Do you really need the speed and hassle that developing in C for Android is? Unless you are developing a game that needs the speed, I would suggest you consider the normal application development on Android. I have done some C programming for JNI and it is time consuming. Using Android native Java like langauge is much faster to develop your apps and you should be able to port a number of C code to this quite easily. Check out the Android developers website as there are some very nice videos from the Google IO talks that give you a good insight into making your code efficient. Well worth spending a few hours watching them. I would be interested as to why you need to use C? Dave...
hi, kindly help me, i need to know how to install/boot android on mini2440?? . . i'm very new to the kind of work. i learnt Android development on eclipse. plz tell me how can i run android on mini2440. . . second, once i have developed an app? how do i install it in the board?? thanks a lot :)