Closed johnjohndoe closed 3 years ago
I realized that your plugin "only" picks up the archive - it does not generate it. The archive is generated under the following requirements:
android.ndkVersion "21.3.6528147"
is defined.android.defaultConfig.ndk.debugSymbolLevel = "FULL"
is defined.The generated file can then be found in app/build/outputs/native-debug-symbols/<BuildVariant>/native-debug-symbols.zip
Here are the relevant documentation links:
I hope this helps others learning about this topic. You might want to pick some of the information and copy them into your README. You are welcome.
Feel free to close this issue once you are done.
Problem description
native-debug-symbols.zip
file.Potential solutions/workarounds
publishApkTask
internally generates the file, currently.Additional context