-
private String[] mAToZ = {
"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v",
"w", "x", "y", "z"
};
private String…
-
> 本文来自尚妆Android团队[青峰](http://weibo.com/fengqingxiuyi)
> 发表于[尚妆博客](https://github.com/ShowJoy-com/showjoy-blog/issues/27)
# APK瘦身探索
最近几周一直在研究如何为APK瘦身,折腾了很久,是时候写篇博客总结一下了,虽然已经准备了下周一要在客户端周会分享用的PPT:…
-
异常类型:无异常,数据错误
手机型号:无
手机系统版本:无
matrix版本:0.6.0
gradle版本:3.5.0
问题描述:如题,在使用 Apk Checker 的时候有些 task 产生的结果并不准确。
1、Find out the unused resources 下的 `R.dimen.p_80` 和 `R.color.white_50` 这种都是我代码…
-
你好,我的使用场景是对资源重命名,提高破解App的门槛。自从AGP4.2以后支持资源文件重命名,是不是意味着对我来说可以不再用AndResGuard了,我对apk大小的要求没那么严格。
-
**相关版本:**
**执行命令:**
./gradlew resguardRelease
**报错信息:**
请问是签名的错误吗?我的签名已经设置,正常打包是可以的:
```groove
signingConfigs {
release {
storeFile file('../myProject.keystor…
-
最后一步没有生成签名apk
-
### Describe the feature
Basically an option to edit each part (manifest, files, data, etc.) of an app or apk/apks file, etc.
### Describe the solution you'd like
It would be great if this were s…
-
```
Unable to find method 'com.android.build.gradle.AppPlugin.getVariantManager()Lcom/android/build/gradle/internal/VariantManager;'.
Possible causes for this unexpected error include:
Gradle's dep…
-
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
//apply plugin: 'walle'
//freeline
apply plugin: 'com.antfortune.freeline'
//appl…
-
异常类型:编译异常
tinker版本:如:1.7.11
gradle版本:如:2.3.3
是否使用热更新SDK: 否
系统:Windows
堆栈/日志:
Error:Failed to resolve: annotationProcessor
Error:Failed to resolve: com.tencent.tinker:tinker-android-…