reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
218 stars 328 forks source link

android打包发布的时候 修改build.gradle里面ndk为 "armeabi-v7a", "x86" 打包的时候还是之前的四个 不生效 #592

Closed 438690519 closed 2 years ago

438690519 commented 2 years ago

请按以下格式提供问题的相关信息。

android打包发布的时候 修改build.gradle里面ndk为 "armeabi-v7a", "x86" 打包的时候还是之前的四个 不生效

请描述完整的环境/版本信息

info Fetching system and libraries information... System:
OS: Windows 10 10.0.17763
CPU: (8) x64 Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz Memory: 583.84 MB / 7.75 GB
Binaries:
Node: 16.15.0 - D:\Program Files\nodejs\node.EXE
Yarn: 1.22.18 - ~\AppData\Roaming\npm\yarn.CMD
npm: 8.5.5 - D:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: API Levels: 28, 29, 30, 31, 32 Build Tools: 26.0.2, 28.0.3, 30.0.2, 30.0.3, 31.0.0, 32.0.0, 32.1.0 System Images: android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom Android NDK: Not Found Windows SDK: Not Found IDEs: Android Studio: Not Found Visual Studio: Not Found Languages: Java: 11.0.15 - D:\Program Files\Eclipse Adoptium\jdk-11.0.15.10-hotspot\bin\javac.EXE npmPackages: @react-native-community/cli: Not Found react: Not Found react-native: Not Found react-native-windows: Not Found npmGlobalPackages: react-native: Not Found

预期结果

jypleo commented 2 years ago

我没这么用过,一直这么配置的 splits { abi { reset() enable enableSeparateBuildPerCPUArchitecture universalApk false // If true, also generate a universal APK include "armeabi-v7a", "arm64-v8a" } }

github-actions[bot] commented 2 years ago

👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.