0

I got this warning when I was publishing my app

This App Bundle contains native code, and you've not uploaded debug symbols. We recommend that you upload a symbol file to make your crashes and ANRs easier to analyse and debug.

1

1 Answer 1

0

It's just a warning, nothing else. Just go ahead.

if you want to remove that error then use following details:

1.

buildTypes { release { signingConfig signingConfigs.release ndk { debugSymbolLevel 'FULL' } } } 

classpath 'com.android.tools.build:gradle:4.1.3'

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.