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 741785f commit 496d074Copy full SHA for 496d074
1 file changed
gradle/deleteOccupancy.gradle
@@ -8,9 +8,9 @@ android.applicationVariants.configureEach {
8
}
9
doLast {
10
println("After AOP for variant $variantName")
11
- //在此写上占用
12
- deleteOnSave("/Users/a111/AndroidStudioProjects/AndroidAOP/test-lib/build/intermediates/runtime_library_classes_jar/debug/classes.jar")
13
- deleteOnSave("/Users/a111/AndroidStudioProjects/AndroidAOP/test-lib/build/intermediates/compile_library_classes_jar/debug/classes.jar")
+ //在此写上占用的文件,路径就填相对当前项目的相对路径即可,以此尝试解决windows电脑文件占用的问题
+ deleteOnSave("/test-lib/build/intermediates/runtime_library_classes_jar/debug/classes.jar")
+ deleteOnSave("/test-lib/build/intermediates/compile_library_classes_jar/debug/classes.jar")
14
15
16
0 commit comments