-
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.tencent.mm:And…
LJame updated
7 years ago
-
用AndResGuard打包apk每次都会输出aligned_signed.apk,aligned_unsigned.apk,unsigned.apk以及其他apk,感觉好多呀,可以设置只输出一个apk吗
-
For further testing pull-requests.
-
在做一些组件的时候会用到META-INF,AndResGuard处理之后都丢了。目测代码里直接忽略了META-INF目录,看看可以改成只忽略签名的几个文件吗?
-
java -jar AndResGuard-cli-1.2.3.jar /Users/caij/Desktop/outputs/apk/emore-armeabi-release-3.6.0-56.apk -config AndResGuardConfig.xml -signature xxx xxx xxx xxxx -zipalign /Users/caij/Library/Android/s…
-
这个apk名字怎么把flavor值给配置进去呢?
-
之前一直都没问题的,1.2.11版本。
刚才打包就一直报这个错。
开了V2签名,关了也没用。
换成1.2.12版本也没有。
重启AS也没用。
完全不知道什么情况
如果V2签名开启,还会同时出现下面的提示:
Warning:Console uses unknown character encoding: cp0. Using GBK instead
-
如标题。
-
* What went wrong:
A problem occurred configuring root project '***'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not find com.tencent.mm:v2sign:1.2.0.
Sea…
qinly updated
7 years ago
-
请问什么时候出来支持V2签名?