gpt4 book ai didi

android-studio - GradleException : Crashlytics could not determine stripped/unstripped native library directories

转载 作者:行者123 更新时间:2023-12-04 01:07:26 25 4
gpt4 key购买 nike

有很多“喋喋不休”,但我没有为我的项目找到答案。
在我的项目中使用 Crashlytics 执行 Gradle 同步时,Gradle 无法同步。我还有其他很好的项目,当我“区分”build.gradle 文件和其他 Android Studio 设置时,它们具有与 Crashlytics 相关的相同值和设置。

A problem occurred configuring project ':app'.
> org.gradle.api.GradleException: Crashlytics could not determine stripped/unstripped native library directories for project ':app', variant Debug. These are required for generating symbol files when NDK build tasks cannot be automatically inferred. Please specify strippedNativeLibsDir and unstrippedNativeLibsDir in the firebaseCrashlytics extension.
我不是在找人来对我的配置进行分类,而是想知道在我的项目文件中的何处可以找到“firebaseCrashlytics 扩展”及其配置以及已剥离和未剥离的文件在哪里,以便我可以提供路径?如果您从文档中知道答案,请分享链接。

最佳答案

确保您的 android/app/build.gradle有以下内容:

release {
// ...
firebaseCrashlytics {
nativeSymbolUploadEnabled true
strippedNativeLibsDir 'build/intermediates/stripped_native_libs/release/out/lib'
unstrippedNativeLibsDir 'build/intermediates/merged_native_libs/release/out/lib'
}
// ...
}
https://github.com/invertase/react-native-firebase/issues/4253#issuecomment-797187492

关于android-studio - GradleException : Crashlytics could not determine stripped/unstripped native library directories,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65961515/

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