简体   繁体   English

apk无法在某些设备上运行

[英]apk fails to run on some devices

I have a quick question. 我有一个快速的问题。 I have built an app in Corona SDK (Version 2012.878). 我已经在Corona SDK(版本2012.878)中构建了一个应用程序。 My app works fine on my Galaxy S. But it fails to install on HTC Wildfire S. Is it because of CPU? 我的应用程序可以在Galaxy S上正常运行。但是无法在HTC Wildfire S上安装。是否由于CPU? Are there some other reasons? 还有其他原因吗? Is there a way to know, on which devices app will fail to install? 有没有办法知道应用程序将无法安装在哪些设备上?

Thank you 谢谢

The HTC Wildfire has an ARMv6 processor. HTC Wildfire具有ARMv6处理器。 You need a device with ARMv7 or later for Corona apps to install. 您需要具有ARMv7或更高版本的设备才能安装Corona应用程序。 There is a very old version of Corona SDK that supports ARMv6, but it's not supported anymore and I don't think it's that easy to get your hands on either. Corona SDK有一个非常旧的版本,它支持ARMv6,但现在不再受支持,我也不认为这两个方面都那么容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在某些关闭的Genymotion设备上运行.apk - Unable to run .apk on some off Genymotion devices react-native android bundle release 无法在某些设备上运行 - react-native android bundle release fails to run on some devices 为什么.apk文件未下载到某些移动设备? - Why .apk file is not downloading to some mobile devices? 与android studio共享的APK在某些设备中无法正常工作 - Apk shared with android studio not working in some devices NFC makereadonly在某些设备上失败 - NFC makereadonly fails on some devices Facebook登录在某些设备上失败 - Facebook login fails on some devices 已签名的APK,在某些设备中“未安装应用”以及在某些设备中,相同的apk正常运行 - Signed APK, “App not installed” in some devices, and in some devices same apk is working fine 当我生成签名的 apk 文件并尝试在其他设备上运行时,某些功能无法正常工作。 谁能有解决方案? - when i generated the signed apk file and trying to run on other devices some fuction not working. can anyone have solution? 无法在某些设备中保存文件(图像) - Fails to save file (image) in some devices 从签名的apk获取某些设备上的“App Not Installed” - Getting “App Not Installed” on some devices from signed apk
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM