AS升級3.2.0 編譯報錯:The SourceSet 'instrumentTest' is not recognized by the Android Gradle Plugin.
解決方法:將 instrumentTest.setRoot(‘tests’) 轉為 androidTest.setRoot('tests')
作者:茶杯里的陽光
鏈接:https://www.jianshu.com/p/5831f9f305a5
來源:簡書
簡書著作權歸作者所有,任何形式的轉載都請聯系作者獲得授權並注明出處。