简体   繁体   中英

APK not installed on android devices

I was making a react-native build for android devices through android studio. Generated a Sign-in APK for it. 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 .

Make sure to uninstall any previous version of the App installed as they may have the same package name.

There can be multiple reasons for this

  1. Your minimum SDK version is higher than your device SDK version
  2. Your device CPU architecture is not compatible with APK you generated
  3. others that I don't know

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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