Fai*_*har 7 android apk react-native
我使用 React Native 的官方文档来构建 apk 文件。所有其他程序都运行良好,但创建 aab 文件对我不起作用。我使用了以下命令 cd android && ./gradlew bundleRelease 但它在 Windows 上不起作用。它只是给我错误“。不被识别”
小智 14
cd android/
./gradlew bundleRelease
Run Code Online (Sandbox Code Playgroud)
小智 12
创建主要的 js Bundle
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/Run Code Online (Sandbox Code Playgroud)
然后运行 cd android && ./gradlew assembleRelease
以下命令在 mac 中完美运行
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle && cd ./android && ./gradlew app:assembleRelease
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6287 次 |
| 最近记录: |