解决 运行报错 Error:Execution failed for task ':app:transformDexArchiveWithDexMergerForDebug'.

版权声明:注明转载出处 https://blog.csdn.net/qq_38629981/article/details/81566612

AS 3.0.1 工程依赖module时运行报错 :

Error:Execution failed for task ':oneCamera:preDebugAndroidTestBuild'.
> Conflict with dependency 'com.android.support:support-annotations' in project ':oneCamera'. Resolved versions for app (27.1.1) and test app (26.1.0) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details.

Error:Execution failed for task ':oneCamera:preDebugAndroidTestBuild'.
> Conflict with dependency 'com.android.support:support-annotations' in project ':oneCamera'. Resolved versions for app (27.1.1) and test app (26.1.0) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details.

解决:修改版本与依赖

   

修改为:

 删除:

猜你喜欢

转载自blog.csdn.net/qq_38629981/article/details/81566612
今日推荐