简体   繁体   English

Visual Studio Cordova Tools签署了发行版APK'未安装应用程序'

[英]Visual Studio Cordova Tools signed Release apk 'app not installed'

My Debug apk's install fine, but my signed release (or distribution) config apk's start to install and then give me the 'App not installed' message on my device. 我的Debug apk可以很好地安装,但是我的签名发行版(或发行版)配置apk可以开始安装,然后在设备上显示“ App not installed”消息。 I would guess its not signing it properly? 我猜它没有正确签名吗? but it appears to. 但似乎。 Any tips appreciated. 任何提示表示赞赏。

you are welcome, 别客气,

PS: sorry! PS:对不起! I can't comment (not enough reputation!) but it took, somehow, my previous answer as a comment, :)) So I put it here again: The answer: 我无法发表评论(信誉不够!),但是以某种方式,我将以前的回答作为评论::))所以我再次将其放在这里:答案:

If the two .apks have different signatures (Eclipse uses a debug certificate), you will not be able to install/update with the new .apk without removing the previous one. 如果两个.apk具有不同的签名(Eclipse使用调试证书),则在不删除前一个.apk的情况下将无法使用新的.apk进行安装/更新。

You can find more information about this here . 您可以在此处找到有关此信息的更多信息。

Found here . 这里找到。

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

相关问题 未安装签名APK的发行版本 - Release version of the signed apk not installed Apache Cordova-Visual Studio 2015-无法构建签名的APK - Apache Cordova - Visual Studio 2015 - Unable to build signed apk 在Visual Studio中开发的用于Cordova App的Apk - Sign Apk for Cordova App developed in Visual Studio “未安装应用程序”错误,尽管 apk 使用与先前版本 apk 签名相同的上传密钥进行签名 - “App not installed” error although apk is signed with the same upload key that signed previous release apk 在Visual Studio 2015中,cordova应用程序的apk文件在哪里 - Where is the release apk file for cordova apps in Visual Studio 2015 android studio错误:app-release-unsgined.apk未签名 - android studio error: app-release-unsgined.apk is not signed 科尔多瓦版本内置的APK无法安装在Android上 - Cordova release built APK cannot be installed on Android Android Studio 3.5.2 - 错误:您当前选择的变体 (app-release-unsigned.apk) 的 apk 未签名 - Android Studio 3.5.2 - Error: The apk for your currently selected variant (app-release-unsigned.apk) is not signed visual studio 2013科尔多瓦混合应用程序插件:apk文件的位置 - visual studio 2013 cordova hybrid app plugin: Location of apk file 无法在Android Studio上发布签名的APK - failed to release a signed APK on Android Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM