当我try 安装下载的sdk时,不断出现此错误.有什么 idea 吗?

应用程序构建和测试没有错误.我没有收到详细的错误信息,只有App not installed

如何获取更详细的错误消息?有什么 idea 吗?

我的第一次构建成功了,所以我猜可能是版本号不匹配.但是,我try 过对号码进行编码,但仍然无法安装:

   defaultConfig {
        applicationId "com.rgcalendar"
        minSdkVersion 16
        targetSdkVersion 22
        versionCode 23
        versionName "1.0"
        ndk {
            abiFilters "armeabi-v7a", "x86"
        }
    }

推荐答案

我在Galaxy S8上安装了一个应用中心,遇到了这个问题.我曾try 卸载应用程序,重新启动手机并切换allow Unknown Sources switch,但the thing that fixed it for me was turning off Play Protect in the Google Play store.之前的版本要求我绕过Play Protect,而这个版本只给出了"App not installed"错误.

要关闭播放保护,请执行以下操作:

  1. 打开游戏store
  2. 点击左上角的菜单
  3. 点击Play Protect
  4. 关掉Scan device for security threats

如果你使用的是个人设备,你可能会想重新打开它.

React-native相关问答推荐

ITMS—91053:缺少API声明—ReactNative

如何在Recact Native中单击Back按钮后调用函数

什么是 expoClientId?

React Native:无法将具有 resizeMode包含的图像定位在父组件的 flex-end

NPM INSTALL 在 react-native 项目上失败:无法解析 react 和 react-dom 的依赖树

如何使用 AsyncStorage React Native 缓存 API 数据

我如何知道我的代码是否作为 React Native 运行

如何在 Crashlytics (Fabrics) 中有效地对非致命异常进行分组?

react-native android中出现此问题Cannot convert argument of type class org.json.JSONArray的原因是什么?

用于 React-Native 开发的 Visual Studio Code 中的自动导入

如何在 React Native 中获取电话号码?

Console.error:no permission handler detected

react-native run-android 在设备上构建旧版本的代码

由于对 sourcetree 的 husky 预推送,Git 推送失败

我将如何根据百分比为按钮的宽度设置动画,并且它的背景 colored颜色 也是如此?

在 componentWillUnmount 中清除超时的更好方法

React Native:使用百分比时将视图的宽度设置为等于其高度

React-Native 元素卡在 :app:installDebug

com.facebook.react.bridge.readablenativemap 不能转换为 java.lang.string

无法运行 jetifier React Native