I follow this guide: https://support.google.com/googleplay/android-developer/answer/9848633#upload_file So I added: android.defaultConfig.ndk.debugSymbolLevel = 'FULL' in the beginning of app build.gradle, but I can't find the files in app/build/outputs/native-debug-symbols/variant-name/native-debug-symbols.zip. What am i doing wrong?
Android studio version: 4.1.1
