简体   繁体   English

设备上未安装带有Google Maps的Android APK

[英]Android APK with google maps is not installing in device

I have created android application with google maps API and working fine when I run from IntelliJ IDE (running in connected device). 我已经使用google maps API创建了android应用程序,并且当我从IntelliJ IDE(在连接的设备上运行)运行时,工作正常。 But when I try to install APK file on device I am getting "Unfortunately, Package installer has stopped" error. 但是,当我尝试在设备上安装APK文件时,出现“不幸的是,程序包安装程序已停止”错误。

Note: I've generated APK with default debug self signed certificate and this application used install before adding google maps. 注意:我使用默认的调试自签名证书生成了APK,此应用程序在添加Google地图之前已使用安装。

Any one faced similar issue? 有人遇到类似的问题吗?

Your device is having the same app with different fingerprints. 您的设备具有相同的应用程序,但指纹不同。 So it is not installing. 因此,它没有安装。 Remove the old app and install new one. 删除旧的应用程序并安装新的应用程序。

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

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