Gradle-play-publisher: Upload native deobfuscation symbols

Created on 27 Oct 2020  路  5Comments  路  Source: Triple-T/gradle-play-publisher

Problem description

When using native code we might need the symbols files.

Potential solutions/workarounds

This files can be generated by following the doc here.
Then we had to upload it manually or with the Google Play Developper API

enhancement apk

Most helpful comment

Would really like this enhancement as well

All 5 comments

We already do mapping files, but I didn't realize there were native deobfuscation files too.

Not having symbols uploaded now also gives an annoying warning in Play Console

Would really like this enhancement as well

Looks like app bundles do this by default. Got this working for APKs on AGP 4.1.

Since this got a ton of upvotes, y'all can try the snapshot builds until an official release comes out: https://github.com/Triple-T/gradle-play-publisher#snapshot-builds

PS: For whatever reason, the Play Store isn't showing that debug symbols were uploaded, but the API definitely uploaded them. Not sure what's going on there.

Was this page helpful?
0 / 5 - 0 ratings