
我正在创建一个新项目,他们构建为Android apk目标2.2.
如果我在我的设备上运行此构建它将显示“未安装”,它将成功构建bt.
我正在使用试用版电晕这是一个问题吗?
谢谢你宝贵的时间.
解决方法 当我遇到类似的问题时,那是因为我的设备上的架构不是ARMv7.Corona背后的开发人员就AndroID部署提出了以下观点:
You do not need to install the AndroID SDK. However,you will need to install the x86 (32-bit) version of the Java 6 Development Kit if you’re using windows. Corona does not support JDK7. See Java Development Kit Setup for details.
The AndroID build process generates a standard .apk file. You can build and test apps on AndroID devices without creating a Google developer account,but you will need an account if you wish to publish to the Google Play marketplace. The current price of the program is $25,mandated and managed by Google.
We only support AndroID devices that run AndroID 2.2 or higher with an ARMv7 processor. This can create some confusion because ARM processors are IDentifIEd by both a family and an architecture. Family names do not have a “v” in them. For instance,the ARM7 processor is actually a ARMv3 architecture,and ARM11 is a ARMv6 architecture. See this guIDe to help IDentify the varIoUs processors.
资料来源:http://docs.coronalabs.com/guide/distribution/androidBuild/index.html(如果您还没有看过,请值得一读)
总结以上是内存溢出为你收集整理的android – 由corona建立的apk不在设备上安装全部内容,希望文章能够帮你解决android – 由corona建立的apk不在设备上安装所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)