kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDK support error

ScrivNetwork opened this issue · comments

i try add debug symbols and got on ./gradlew crashlyticsUploadSymbolsRelease stage message :

WARN - Could not generate cSYM file for /armeabi-v7a/libflutter.so
java.io.FileNotFoundException: File matching ../debugSymbols/armeabi-v7a/libflutter.so in ../build/app/intermediates/transforms/stripDebugSymbol/release/0/lib was not found. Is the -androidNdkLibsOut setting configured correctly?

@GreenAppers did you get this during you implementation ?

Everything worked for me after following https://github.com/kiwi-bop/flutter_crashlytics#symbolicating-native-android-crashes

I assume that you do have a debugSymbols/armeabi-v7a/libflutter.so ?

Similar error:

Could not find NDK libs output directory '../build/app/intermediates/transforms/stripDebugSymbol/release/0/lib'. Is the -androidNdkLibsOut setting configured correctly?

I followed all steps from here, but still got this error.

debugSymbols/armeabi-v7a/libflutter.so

exist

Similar error:

Could not find NDK libs output directory '../build/app/intermediates/transforms/stripDebugSymbol/release/0/lib'. Is the -androidNdkLibsOut setting configured correctly?

I followed all steps from here, but still got this error.

debugSymbols/armeabi-v7a/libflutter.so

exist

any help?