简体   繁体   English

从 Google Play 安装应用程序时出错

[英]Getting error when installing app from Google Play

Running app from Android studio on my device for testing is working fine.在我的设备上从 Android Studio 运行应用程序进行测试工作正常。 But when I am trying to install same app from Google Play, which is published under beta version getting error.但是当我尝试从 Google Play 安装相同的应用程序时,该应用程序在测试版下发布时出现错误。 I have uninstalled unsigned .apk from the device but am still not able to install from Google Play.我已经从设备上卸载了未签名的 .apk,但仍然无法从 Google Play 安装。

Even cleared phone cache same result.即使清除手机缓存同样的结果。

在此处输入图片说明

Sounds like an error with the Google Play Store.听起来像是 Google Play 商店的错误。

Go into your app menu, force stop the Google Play Store Service, Clear Data, log back in and try again.进入您的应用菜单,强制停止 Google Play 商店服务,清除数据,重新登录并重试。

I was facing with the same problem.我面临着同样的问题。 It was happening in my case was because google play has conflicts with already installed version of another app with MAP_RECEIVE permissions.在我的情况下发生这种情况是因为 google play 与具有 MAP_RECEIVE 权限的另一个应用程序的已安装版本存在冲突。 I don't know why.我不知道为什么。 I wrote that a lot of peoples faced with the same problem with some kind of FACEBOOK permissions as well.我写道,很多人也面临着与某种 FACEBOOK 权限相同的问题。 But in my case I was't able to install release file as well and I was reading in adb logs what exactly happening.但是在我的情况下,我也无法安装发布文件,并且我在 adb 日志中读取了到底发生了什么。

I added {applicationId} in AndroidManifest.xml我在 AndroidManifest.xml 中添加了{applicationId}

android:name="${applicationId}.permission.MAPS_RECEIVE"

That helped me.那帮助了我。

I think there is no issue with your code, you have to remove the google account from your device and clear the cache of google play services and google play store.我认为您的代码没有问题,您必须从您的设备中删除 google 帐户并清除 google play 服务和 google play 商店的缓存。 Then restart your device and login with your google account and then try to install the application.然后重新启动您的设备并使用您的谷歌帐户登录,然后尝试安装该应用程序。

if this solution not working for you then there some issue with Marshmallow.Because some application not compatible with Marshmallow.如果此解决方案对您不起作用,则 Marshmallow 会出现一些问题。因为某些应用程序与 Marshmallow 不兼容。

暂无
暂无

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

相关问题 从Google Play安装应用时收到错误代码-505 - When installing app from google play getting error code -505 从 Play 商店安装应用程序后尝试使用 google 登录时,出现“使用 Google 进行身份验证时出错:未知”异常。 查看详细信息 - Getting 'Error authenticating with Google: unknown' exception when trying to signin with google after installing app from play store. See details 安装自定义应用时,Google Play抛出错误代码-505 - Google Play throwing error code -505 when installing custom app 从Google Play网站安装应用程序时未传递推荐值 - Referral Value is not passing when installing app from Google play site 从 Google Play 商店安装应用程序时的 onActivityResult 回调 - onActivityResult callback when installing an app from Google Play Store Android应用程式无法从Google Play进行安装 - Android app is stuck installing not from Google Play 将应用上传到Google Play时出现以下错误 - Getting Following error when uploading app to google play 从Google Play安装时隐藏apk - Hide apk when installing from Google Play 在某些设备上安装时,为什么我的应用在Google Play商店上引发Error-504? - Why my app throws Error - 504 on Google play store when installing on some devices? 我正在尝试编写Google Map应用程序代码,但是即使安装了Google Play商店服务后,我也收到以下错误消息: - I am trying to write a google map app code, but even after installing the google play store services i am getting the following error:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM