We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6e40e commit 70b7e35Copy full SHA for 70b7e35
README.md
@@ -30,14 +30,17 @@ android.applicationVariants.all { variant ->
30
androidJunkCode.configMap.put(variant.name, {
31
packageBase = "cn.hx.plugin.ui" //生成java类根包名
32
packageCount = 30 //生成包数量
33
- activityCountPerPackage = 3 //每个包下生成Activity数量
34
- otherCountPerPackage = 10 //每个类生生成方法数量
35
- methodCountPerClass = 10 //每个类生生成方法数量
+ activityCountPerPackage = 3 //每个包下生成Activity类数量
+ otherCountPerPackage = 10 //每个包下生成其它类的数量
+ methodCountPerClass = 10 //每个类下生成方法数量
36
resPrefix = "lite_junk_" //生成的layout、drawable、string等资源名前缀
37
drawableCount = 30 //生成drawable资源数量
38
stringCount = 30 //生成string数量
39
})
40
break
41
}
42
43
-```
+```
44
+
45
+### 生在文件所有目录
46
+build/generated/source/junk
0 commit comments