简体   繁体   English

无法在Android 4.3上打开APK文件

[英]Can't open apk file on Android 4.3

I build an apk file with Eclipse and I can normally install it on Android 2.3.7, but on 4.3 I cant open apk file and I just get statement "cant open this file". 我用Eclipse构建了一个apk文件,我通常可以在Android 2.3.7上安装它,但是在4.3上,我无法打开apk文件,而我却得到“无法打开该文件”的声明。 What should I do? 我该怎么办?

by default in Android Devices if you try to install an .apk file via OTA installation you will have the message " cant open this file ". 在Android设备中,默认情况下,如果您尝试通过OTA安装来安装.apk文件,则会显示消息“ cant open this file ”。

try this options: 试试这个选项:

  • in you android device: Settings > Security > Unknown sources , check to allow installation of apps from sources other than the Play Store 在您的android设备中: Settings > Security > Unknown sources ,选中以允许安装Play Store以外的其他来源的Play Store

  • Sometimes you must delete an installed version, it could be signed with a different Keystore . 有时您必须删除已安装的版本,可以使用其他Keystore对其进行签名。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM