Has anyone of you managed to install DexGuard as a plugin to Android Studio? I am trying to do so with DexGuard 6.1 and Android Studio 1.1.0 using Settings>Plugin>Install from disk
, however both libs/dexguard.jar
and eclipse/com.saikoa.(...).jar
files result in
"Failed to load plugin descriptor for file ((the_selected_jar))"
error.
I also attempted to do it manually (copying jars to Android Studio/plugins folder and editing gradle files), but no luck with that neither.
I could go with ProGuard, but I would like to use DexGuard for the encryptstrings
function.