Skip to content
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

Open
ScrivNetwork opened this issue Apr 7, 2019 · 4 comments
Open

NDK support error #77

ScrivNetwork opened this issue Apr 7, 2019 · 4 comments

Comments

@ScrivNetwork
Copy link

ScrivNetwork commented Apr 7, 2019

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
Copy link
Contributor

jaumard commented Apr 19, 2019

@GreenAppers did you get this during you implementation ?

@GreenAppers
Copy link

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
Copy link

pro100svitlo commented Oct 7, 2019

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants