简体   繁体   English

在eclipse中使用proguard构建后没有安装APK

[英]APK not getting installed after building using proguard in eclipse

I build a apk using proguard in release mode.I can see that apk is having less size than normal when I build by running the app. 我在发布模式下使用proguard构建了一个apk。我可以看到,当我通过运行应用程序构建时,apk的大小比正常大。 I moved the apk to my device and try to install it ,it gives me an error as "Application Not Installed." 我将apk移动到我的设备并尝试安装它,它给我一个错误,因为“应用程序未安装”。

This error was cause of mistake I was making , I was building an unsigned version in release mode. 这个错误导致了我犯的错误,我在发布模式下构建了一个未签名的版本。 Built signed application and it is working now. 内置签名应用程序,现在正在运行。

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

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