简体   繁体   English

android 设备上未安装 APK

[英]APK not installed on android devices

I was making a react-native build for android devices through android studio.我正在通过 android 工作室为 android 设备制作 react-native 构建。 Generated a Sign-in APK for it.为其生成了一个登录 APK。 After build the APK on release mode when I tried to installed that APK on android device but I was unable t install it enter image description here .在我尝试在 android 设备上安装该 APK 时以发布模式构建 APK 后,但我无法安装它,请在此处输入图像描述

Make sure to uninstall any previous version of the App installed as they may have the same package name.确保uninstall任何以前安装的应用程序版本,因为它们可能具有相同的 package 名称。

There can be multiple reasons for this这可能有多种原因

  1. Your minimum SDK version is higher than your device SDK version您的最低 SDK 版本高于您的设备 SDK 版本
  2. Your device CPU architecture is not compatible with APK you generated您的设备 CPU 架构与您生成的 APK 不兼容
  3. others that I don't know其他我不知道的

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

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