Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.13k stars 341 forks source link

Expose Gradle task to generate native debug symbols archive #920

Closed johnjohndoe closed 3 years ago

johnjohndoe commented 3 years ago

Problem description

Potential solutions/workarounds

Additional context

johnjohndoe commented 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:

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.