简体   繁体   English

博览会:生成的APK不会安装在<8版的Android上

[英]Expo: generated APK don't install on Android versions < 8

I'm getting a Parsing error from my React Native generated .apk file. 我从我的React Native生成的.apk文件中收到解析错误。 I think it has something to do with the minimum SDK support but I don't know how to fix it. 我认为这与最低的SDK支持有关,但我不知道如何解决。

Edit 编辑

屏幕截图

This issue Happens some times and you can fix it by get Signed Release 此问题有时会发生,您可以通过获取签名发布来解决

you can find the tutorial in here : 您可以在这里找到该教程:

https://facebook.github.io/react-native/docs/signed-apk-android.html https://facebook.github.io/react-native/docs/signed-apk-android.html

it should fix your issue good luck 它应该可以解决您的问题,祝您好运

This can happen when you set the minSdkVersion in your gradle file above the api level of your device. 当您在gradle文件中将minSdkVersion设置为设备的api级别以上时,可能会发生这种情况。 Look for the build.gradle file in your project and change the minSdkVersion. 在项目中查找build.gradle文件,然后更改minSdkVersion。

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

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