简体   繁体   English

Android应用未安装错误

[英]Android Application not installed error

I have created one application in AndroidStudio ,I used my Sony mobile as a ADB . 我在AndroidStudio创建了一个应用程序,我将Sony手机用作ADB The Application works fine in my mobile, also I generated the signed APK but the problem is when i try to install that it says, application not installed.Then I tried with my friend mobile it remains the same.we are using the same SDK OS.Currently am using Android studio 2.3 version.I have tried the build gradle method also,but not working.Can anyone help me? 该应用程序可以在我的手机上正常工作,我也生成了签名的APK但是问题是当我尝试安装时说它没有安装应用程序。然后我尝试与我的朋友手机一起使用,它保持不变。我们使用的是相同的SDK操作系统目前使用的是Android Studio 2.3版本。我也尝试过构建gradle方法,但无法正常工作。有人可以帮助我吗?

We had the same problem. 我们有同样的问题。 When you generate your signed apk you should check the V1(Jar Signature) signature version. 生成签名的apk时,应检查V1(Jar签名)签名版本。

I was facing same problem And I solved it this way, For Current Updated Android Studio 2.3 我遇到了同样的问题,并且以这种方式解决了此问题,适用于当前更新的Android Studio 2.3

Build > Generate Signed apk. 生成>生成签名的apk。 Create Keystore path. 创建密钥库路径。 Put Password, alias, key password. 输入密码,别名,密钥密码。 Build type select accordingly(eg to release in playstore use release). 相应地选择构建类型(例如,在Playstore中使用发行版发行)。 Signature Version select both V1 and V2 checkboxes. 签名版本选择V1和V2复选框。 Finsih. 菲西 Go to the apk from explorer and use it for your playstore or in devices as Signed and Certified apk file. 转到资源管理器中的apk并将其用于Playstore或已签名和认证的apk文件在设备中。

如果您使用的是Android Studio 3.0,请转到“生成”选项,然后单击“生成Apk”选项,然后首先生成调试apk并将其安装在设备上。

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

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