[android-developers] Re: JNI working

2011-01-12 Thread Richard Sámela
hmm I don't know but am I right if I think that the code written in C+ + will be the same for both of processores. And OS will be the same too. And as I know the android app is compilated by virtual machine which is running under the android. So I don'tunderstand why deppends on type of processor.

Re: [android-developers] Re: JNI working

2011-01-12 Thread Kostya Vasilyev
Native code is... well native. An .so packaged within an application contains machine code and runs directly on the processor (unlike .dex code). -- Kostya 12.01.2011 13:36, Richard Sámela пишет: hmm I don't know but am I right if I think that the code written in C+ + will be the same

[android-developers] Re: JNI working

2011-01-11 Thread John Gaby
I believe that there are devices (e.g. some tablets) out there that use MIPS processors rather than ARM. Correct me if I am wrong, but I do not believe that code compiled for an ARM device will work on a MIPS device. On Jan 11, 11:35 am, Kumar Bibek coomar@gmail.com wrote: Yes, It will work