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 48c9732 commit 4012bccCopy full SHA for 4012bcc
README.MD
@@ -29,7 +29,7 @@ gradle命令执行
29
30
```shell
31
demo配置了productFlavors可通过如下命令查看不同变体so
32
-./gradlew tasks 查看所有tasks 本插件分组为Analyze So library tasks如下
+./gradlew tasks 查看所有tasks 本插件分组为Analyze So Library tasks如下
33
34
...
35
Analyze So Library tasks
@@ -48,6 +48,7 @@ assembleAnalyzeFlavors2ReleaseSo
48
./gradlew :app:analyzeFlavors1DebugSo -q
49
50
******************************************************************
51
+
52
如果项目未配置了productFlavors可通过如下命令查看不同变体so
53
./gradlew :app:analyzeDebugSo -q
54
./gradlew :app:analyzeReleaseSo -q
0 commit comments