使用eclipse编译后,安装运行出现
Installation error: INSTALL_FAILED_MISSING_FEATURE
据网上 研究分析主要是摄像头功能导致的,解决方案如下:
注释掉camera功能,相机功能,因为(android.hardware.camera)ApiDemos似乎无法要求安装:
<!-- <uses-feature Android:name="android.hardware.camera" />
...
<uses-feature android:name="android.hardware.camera.autofocus" android:required = "false" />
-->
按照上面的方法注释掉该功能即可正常安装运行
别管正常不正常 如果游戏不需要摄像头,屏蔽
相关推荐
- `INSTALL_FAILED_MISSING_FEATURE`:应用使用了设备不可用的功能。 - 解决办法:检查应用依赖的功能,并确认这些功能是否被设备所支持。 - `INSTALL_FAILED_CONTAINER_ERROR`: - 1. SD卡访问失败; - 2. ...
INSTALL_FAILED_MISSING_FEATURE 应用使用了设备不可用的功能 INSTALL_FAILED_CONTAINER_ERROR 1. sdcard 访问失败; 2. 应用签名与 ROM 签名一致,被当作内置应用 1. 确认 sdcard 可用,或者安装到内置存储; 2. ...
rootroot@cm-System-Product-Name:/home/wwt/linux_r16/lichee$ sudo apt-get install texinfo [sudo] password for rootroot: 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 ...
SCGCQ00413883 (DFCT) - "megacli -version -pd -a0" Segmentation Faults if PDs are missing SCGCQ00445356 (CSET) - Megacli crashes after invoking any command in SGI system with one 9280-8e and 2 quad ...
- 查看`mmi_feature_check.pl`文件中的`processCheckDotC`函数,在执行`exit 1 if (system("makeCheck.bat"))`时出现问题。 - 在脚本开头添加 `$compiler = "armcc";` 可以解决此问题。 2. **错误: System memory...
[2964655] VMX not enabled in MSR IA32_FEATURE_CONTROL [3005865] IDT show bug [3001637] CMOS MAP register meaning error [2994370] Cannot build with 3DNow support - these S.F. feature requests were...
8. Missing in this release 9. New in version 4.x 10. TODO 11. Licence, Copyright and Disclaimer 12. Release history ------------------------------------------- 1. Supported platforms: --------------...
3)....Fixed: Auto-detect personality by project extension if --el_mode switch is missing 4)....Fixed: More details for diagnostic sending 5)....Fixed: Wrong settings for MAP files in C++ Builder 6)......