Can Android Applications ( using libraries build from NDK ) be used on both x86 & ARM platform?
Posted
by
Vibgyor
on Stack Overflow
See other posts from Stack Overflow
or by Vibgyor
Published on 2012-02-22T06:33:52Z
Indexed on
2012/04/13
5:29 UTC
Read the original article
Hit count: 125
android
|android-ndk
I am going to build an Android application in which I want to use a C library. So, I am planning to use NDK along with the SDK. NDK supports ARMv5, ARmv7 and x86 instruction set. Now, if I build an Android application using ARMv5 , will it run on Android phones based on Intel ( x86 ) platform (am I missing something ?)? If not, then what is the way by which I can build an ANdroid application ( which uses some C libraries underneath ) that can run on all the Android phones irrespective of the underneath platform?
Vibgyor
© Stack Overflow or respective owner