-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NDK support error #77
Comments
@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:
I followed all steps from here, but still got this error.
exist |
any help? |
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?
The text was updated successfully, but these errors were encountered: