Implementation of dexguard

后端 未结 2 821
我寻月下人不归
我寻月下人不归 2021-01-24 02:38

i have put com.saikoa.dexguard.eclipse.adt_*.jar file in dropin folders of eclipse.And modified the Proguard-Project and Project-Properties Files in android Project.And i build

2条回答
  •  悲哀的现实
    2021-01-24 03:28

    DexGuard provides the option -encryptassetfiles to encrypt assets. It is documented in the DexGuard manual > Settings > -encryptassetfiles. The samples directory also contains a sample project that illustrates the feature.

提交回复
热议问题