简体   繁体   English

我如何启用本机版本<59的64位Android库

[英]How can I enable 64-bit Android libraries, in react native version <59

our current application is on react-native version 0.58.0 as per the new updates in play store, apk should have 64-bit libraries. 根据Play商店中的新更新,我们当前的应用程序的版本为react-native 0.58.0,apk应该具有64位库。 React native official documentation asks to update to 0.59.0 version. React Native官方文档要求更新到0.59.0版本。 0.59 version brings some breaking changes to the legacy application. 0.59版本对旧版应用程序进行了一些重大更改。 If we only upgrade the build.gradle file to have as suggested here will have any side effect in the production build? 如果我们只升级的build.gradle文件具有的建议在这里将生产制造任何副作用?

After this build.gradle change we don't see any error while uploading the application to play store. 更改此build.gradle之后,将应用程序上载到Play Store时看不到任何错误。

Is it mandate to upgrade to 0.59.0 RN version for 64-bit Android version? 是否要求将64位Android版本升级到0.59.0 RN版本?

You don't really have a choice. 你真的没有选择。 RN runs on a javascript interpreter written in C and bundled with RN. RN在用C编写并与RN捆绑在一起的javascript解释器上运行。 THat didn't have 64 bit binaries until 59. Unless you want to redo most of the work they did in upgrading yourself, you're going to have to upgrade RN. 直到59为止,它都没有64位二进制文​​件。除非您要重做他们在升级自己时所做的大部分工作,否则您将不得不升级RN。

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

相关问题 如何在64位Android设备上使用32位本机库 - How to use 32-bit native libraries on 64-bit Android device 反应原生Android 64位升级问题 - React Native Android 64-bit upgrading issue 由于缺少 64 位库,无法构建 64 位版本的 Ionic Android App - Can't build 64-bit version of Ionic Android App due to missing 64-bit library DS-5版,用于使用Arm 64位和32位本机库开发和调试Android应用 - DS-5 edition to develop and debug Android Apps with Arm 64-bit and 32-bit native libraries 在 64 位版本的 Lubuntu 上安装 Android Studio 无法安装一些 32 位库 - Intstalling Android Studio on 64-bit version of Lubuntu fails installing some 32-bit libraries 在 64 位 android 上使用 32 位 jni 库 - Use 32-bit jni libraries on 64-bit android React Native 0.61 版本中的 Google Play 64 位要求 - Google Play 64-bit requirement in React Native Version 0.61 release 如何检查 react-native 库的 64 位兼容性 - How to check react-native libraries for 64 bit compatibility 如何上传 react-native 0.54.3 android Apk 到 Play 商店? 它正在抛出 google play 64 位要求错误 - How to upload react-native 0.54.3 android Apk to play store? it is throwing google play 64-bit requirements error 如何使用 Gradle 实验插件对 64 位 Android APK 进行代码设计? - How can I codesign a 64-bit Android APK using the Gradle Experimental Plugin?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM