Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload mapping.txt to PlayStore

Tags:

I want to upload mapping.txt to Google Playstore to get de-obfuscated crash reports. At upload of a new APK nobody ask for that. How can I upload mapping text?

like image 960
thpitsch Avatar asked Aug 26 '16 10:08

thpitsch


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.


2 Answers

For the new PlayStore UI :

  • Go to Release/"App bundle explorer"
  • Select the right artifact in the top right corner
  • Open Downloads tab
  • Scroll to the Assests section
  • Next to the "ReTrace mapping file" there should be an upload Button
like image 124
awsleiman Avatar answered Sep 17 '22 09:09

awsleiman


I have done this following these steps....

First go to Releases overview page

enter image description here

Then click here

enter image description here

Then click on the three dot icon

enter image description here

Then click on the Upload ReTrace mapping file option and upload the mapping file there

enter image description here

You can find the mapping file in the app/build/outputs/mapping/release folder

like image 42
Md. Tahmid Mozaffar Avatar answered Sep 18 '22 09:09

Md. Tahmid Mozaffar