0

After update android studio when I create a project I get an error:

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

I can fix this error in project, but how can I make my new projects working?

92sandeor
  • 31
  • 6

1 Answers1

0

This issue is due to conflict of versions of support-annotations. This might help.

JoVinz
  • 91
  • 1
  • 3
  • 14