mosabab commented on issue #1008:
URL: 
https://github.com/apache/cordova-android/issues/1008#issuecomment-686486337


   > I removed this warning by uploading ReTrace mapping file. It can be 
generated by enabling minify as follows.
   > 
   > ```
   >  buildTypes {
   >         release {
   >             minifyEnabled true
   >             proguardFiles 
getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
   >         }
   >     }
   > ```
   > 
   > After building apk/app bundle you can find 
`/app/build/outputs/mapping/release/mapping.txt` file . New console will allow 
you to upload mapping.txt along with your apk or bundle. You can find this 
option from App bundles and APKs menus.
   
   Thanks for your solution, just to know:
   You don't need to upload mapping.txt file, it is already contains with 
bundle file (.aab).
   So when you try to Upload the aab file to release section (production) just 
only add .aab file, and the file mapping.txt will included.
   
   To check this please upload the aab file and then go to:
   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" you will see the mapping.txt included.
   
   Regards


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to