Hi, Hi, On Thursday, September 29, 2011 3:14:04 AM UTC+2, G.SU wrote: > > Hi, > I am completely new to android development. > I am planning to run native code on android processor core. > > I am looking out for a cheap android hardware device . > Can any one here help me out in this regard ? > > If I am going in the right direction, I need to root the android > device and if I can get a compatible cross toolchain for the processor > I should be able to run the simple C hello world on android core. > Is this true ? > > The normal way to run native code in Android is to wrap them with a little bit of java (JNI) code. You can find examples of this if you download the android ndk (native development kit). You can develop native code on booth the android emulator and normal android phones. neither of them require you to "root" your device.
So just about anything will work. Best is to get a device that is well supported. I try to buy phones that are supported by cyanogenmod http://www.cyanogenmod.com/devices so I know I can mess around with them :p. Greetings -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
