Gradle Build Failure java.io.IOException: The output jar is empty
问题 My android studio project builds fine when running the app normally, but when I try to run tests I get the following gradle error message: :app:transformClassesWithMultidexlistForDebugAndroidTest FAILED Error:Execution failed for task ':app:transformClassesWithMultidexlistForDebugAndroidTest'. > java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options? Information:BUILD FAILED Information:Total time: 27.049 secs Information:1 error Information:0 warnings