flutter_crashlytics icon indicating copy to clipboard operation
flutter_crashlytics copied to clipboard

NDK support error

Open ScrivNetwork opened this issue 5 years ago • 4 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?

ScrivNetwork avatar Apr 07 '19 15:04 ScrivNetwork

@GreenAppers did you get this during you implementation ?

jaumard avatar Apr 19 '19 09:04 jaumard

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 ?

GreenAppers avatar Apr 19 '19 16:04 GreenAppers

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 avatar Oct 07 '19 08:10 pro100svitlo

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?

pro100svitlo avatar Oct 14 '19 11:10 pro100svitlo