Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New Google Play Console: where to upload mapping.txt?

I can't figure out where to upload mapping.txt in the new Google Play Console.

like image 990
Regis_AG Avatar asked Oct 05 '20 12:10

Regis_AG


People also ask

How do I get ProGuard mapping?

It should be located at build/outputs/proguard/release/mapping. txt in your application module's directory. In the latest version of ProGuard and Android Studio, the file is located at build/outputs/mapping/release/mapping.


1 Answers

To upload a deobfuscation:

  1. Open the Play Console.
  2. Select an app.
  3. On the left menu, select Release > App bundle explorer.
  4. Select the Downloads tab, and scroll down to the 'Assets' section. Click the upload arrow for the mapping file or the debug symbols as applicable to upload the deobfuscation for the version of your app.

You can also get details on here

like image 73
rya Avatar answered Oct 02 '22 15:10

rya