2

Does dexguard store names of classes and strings which were encrypted. I am using the following command to encrypt the classes

-encryptclasses A$B
-encryptstrings A$B

Is there a file like bin/proguard/mapping.txt where the class names are stored.

Cœur
  • 37,241
  • 25
  • 195
  • 267
nsp
  • 378
  • 1
  • 4
  • 19

1 Answers1

0

Yes there is mapping file where all the entries are saved. You can find it at below location: app\build\outputs\mapping\release enter image description here

Raman Sharma
  • 159
  • 1
  • 5