I am having a ViewSonic Tablet Intel Atom processor running with Android OS. I have created a helloWorld App using Android SDk, I am able to run on my tablet but when I tried my actual app with have JNI interface too, the application installation failed with an error message “Application not Installed”.
Can some one guide me how I can install (or compile) my application (including JNI layer) so that It can run on my Android Tablet.
Do I need to compile my JNI libs using android-x86 NDK or normal NDK is fine?
-Regards,
x86 is not supported in the current release of the NDK
Source: Google NDK Documentation