- Execution failed for task ':app:preDebugAndroidTestBuild
Error:Execution failed for task ‘:app:preDebugAndroidTestBuild’.
Conflict with dependency ‘com.android.support:support-annotations’ in project ‘:app’. Resolved versions for app (22.1.0) and test app (25.4.0) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details.
所依賴的dependency與當(dāng)前版本不一致導(dǎo)致的孽拷。
解決:build->Rebuid-project
-
Error:UNEXPECTED TOP-LEVEL ERROR:
調(diào)大分配內(nèi)存解決
解決:
dexOptions {
javaMaxHeapSize "4g"
}
長(zhǎng)期更新