I need to make a customized Proguard configuration. However I cannot find out how to do that. When building a new configuration file is copied into the /obj/release/proguard folder. How can this configuration file be customized?
相关问题
- slurm: use a control node also for computing
- What does the exclamation mark before class path d
- Xamarin. The name 'authorEntry does not exist
- proguard causing EnumMap NPE on dynamically declar
- Store data and global variables using the Applicat
相关文章
- Build errors of missing packages in Visual Studio
- Visual Studio 2015 JSX/ES2015 syntax highlighting
- Using ProGuard causes NoSuchFieldError for ACRA
- Xamarin form MessagingCenter Unsubscribe is not wo
- Reload data on tab selected in a fragment using vi
- Edit & Continue doesn't work
- The type initializer for 'SQLite.SQLiteConnect
- What to use for AttributeName in Xamarin Mac
Proguard.cfg
into your ProjectProguard.cfg
> "Build Action" > "ProguardConfiguration"The above answer is 100% correct on how to add the file. To make sure you file gets picked up you can check the output logs, it will contain something like this:
NOTE: Make sure that you set your MSBuild output verbosity to Detailed for this (Tools > Options > Build and Run)