android - 无法在Android x86平板电脑上安装Android NDK应用程序

我有一个运行Android OS的ViewSonic Tablet Intel Atom处理器。我已经使用Android SDk创建了helloWorld应用程序,可以在平板电脑上运行,但是当我也尝试使用具有JNI界面的实际应用程序时,应用程序安装失败,并显示错误消息“未安装应用程序”。

有人可以指导我如何安装(或编译)我的应用程序(包括JNI层),以便它可以在我的Android平板电脑上运行。

我需要使用android-x86 NDK编译我的JNI库还是正常的NDK很好?

-问候,

最佳答案

当前版本的NDK不支持x86

The latest release of the NDK supports these ARM instruction sets:

  • ARMv5TE (including Thumb-1 instructions)
  • ARMv7-A (including Thumb-2 and VFPv3-D16 instructions, with optional support for NEON/VFPv3-D32 instructions)

Future releases of the NDK will also support:

  • x86 instructions (see CPU-ARCH-ABIS.HTML for more information)


Source: Google NDK Documentation

https://stackoverflow.com/questions/6430801/

相关文章:

actionscript-3 - AS3在第一个音频文件完成播放后播放第二个音频文件

python - 安装Python库时出错?

time - 无法使用struct tms编译代码

makefile - 如何编译 “Improved pngnq”?

compiler-errors - 试图获取yacc代码进行编译

android - Android错误不可见

date - 不同时区的同一日期

compiler-errors - mingw提供错误-C编译器无法创建可执行文件

emacs - 字节编译错误

c# - 在LINQ中设置或更新数据