Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@imandaliya
Created November 18, 2021 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imandaliya/ddc6caee52b131a4b21f38e2305d5139 to your computer and use it in GitHub Desktop.
Save imandaliya/ddc6caee52b131a4b21f38e2305d5139 to your computer and use it in GitHub Desktop.
// Add debugSymbolLevel line in your main app project gradle.build
debug {
ndk.debugSymbolLevel = "FULL" // /build/intermediates/merged_native_libs path of the native debug build files
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment