Android 应用程序无法从市场安装
我编写了一个 Android 应用程序,并在我的 Galaxy S2 和基于 MIPS 架构的 Novo 7 Paladin 上对其进行了测试。两者都运行良好,但当我将应用程序投放市场时,Novo 7 说它不兼容。我需要对 apk 做些什么才能让它在 MIPS 架构上运行吗?
I've written an android app and have been testing it on my Galaxy S2 and an Novo 7 Paladin which is based on a MIPS architecture. Everything works fine on both, but when I put the app on the market the Novo 7 says it's not compatible. Is there something I need to do to the apk to allow it to run on the MIPS architecture?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查开发者控制台中的设备可用性对话框。您的清单文件可能包含不包括该设备的要求。
看:
https://support.google .com/androidmarket/developer/bin/answer.py?hl=it&ctx=go&answer=1286017
HTH,
丹尼尔
Check the Device Availability dialog in your Developer Console. Your manifest file probably contains requirements that are excluding that device.
See:
https://support.google.com/androidmarket/developer/bin/answer.py?hl=it&ctx=go&answer=1286017
HTH,
Daniele