gpt4 book ai didi

typescript - React-native Gradlew 不会创建 app.aab

转载 作者:行者123 更新时间:2023-12-01 21:59:39 34 4
gpt4 key购买 nike

系统信息

  1. react 原生:0.59.8
  2. android-studio:3.3.1

背景

我正在制作简单的 react native 应用程序。我尝试在 Google Play 商店上传我的应用程序,但失败了。我关注了this documentation 。正如它所说,我在终端上输入了 ./gradlew buildRelease 。结果如下。

> Configure project :react-native-voice
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: The specified Android SDK Build Tools version (23.0.2) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.3.1.
Android SDK Build Tools 28.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.2'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

> Task :app:bundleReleaseJsAndAssets
warning: the transform cache was reset.
Loading dependency graph, done.
info Writing bundle output to:, /Users/mac88/Desktop/Projects/voice-car-v2/NativeApp/android/app/build/generated/assets/react/release/index.android.bundle
info Done writing bundle output
info Copying 13 asset files
info Done copying assets

> Task :react-native-gesture-handler:compileReleaseJavaWithJavac
Note: /Users/mac88/Desktop/Projects/voice-car-v2/NativeApp/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerButtonViewManager.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

BUILD SUCCESSFUL in 29s
63 actionable tasks: 10 executed, 53 up-to-date

问题

是的,它显示BUILD SUCCESSFULL in 29s!但没有 android/app/build/outputs/bundle/release/app.aab 或任何文件夹中。

如何获取app.aab文件?

最佳答案

如果您尝试创建 *.aab,则需要使用 bundleRelease 而不是 buildRelease 这将创建您期望的 .aab。

关于typescript - React-native Gradlew 不会创建 app.aab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56537333/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com