kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration
BSD 2-Clause "Simplified" License
194 stars 46 forks source link

NDK support error #77

Open ScrivNetwork opened 5 years ago

ScrivNetwork commented 5 years ago

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?

jaumard commented 5 years ago

@GreenAppers did you get this during you implementation ?

GreenAppers commented 5 years ago

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 ?

pro100svitlo commented 4 years ago

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

pro100svitlo commented 4 years ago

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?