【发布时间】:2015-09-16 20:50:08
【问题描述】:
我没有在 dexguard 中找到 dexguard-license.txt 文件。请帮助我在 android studio 中设置 gradle 这是我的 gradle 控制台输出
Executing tasks: [:app:assembleDebug]
.....
Can't find a DexGuard license file.
You should place your license file dexguard-license.txt
1) in a location defined by the Java system property 'dexguard.license',
2) in a location defined by the OS environment variable 'DEXGUARD_LICENSE',
3) in your home directory,
4) in the class path, or
5) in the same directory as the DexGuard jar.
【问题讨论】:
标签: android android-studio dexguard