3

So after update android studio and gradle getting so many error but now I am stuck on below error msg . enter image description here

Now below is my gradle file :-

enter image description here

Now if I try to change buildToolsVersion 27.0.3 to 27.1.1 then it shows below error :-

enter image description here

Showing this error as well

So I tried so many thing to resolve and Stackover flow question but not resolve my problem.

Failed to resolve: support-core-ui

enter image description here

duggu
  • 37,851
  • 12
  • 116
  • 113
  • The latest version of build tool is 27.0.3 https://developer.android.com/studio/releases/build-tools – E.Abdel Jun 08 '18 at 08:59
  • Did you tried after invalidating cache by deleting .gradle/caches file and resync? – E.Abdel Jun 08 '18 at 09:08
  • 1
    You need to check for the conflicted libraries with `gradlew app:dependencies`, please check my previous answer on the same problems for the details: https://stackoverflow.com/questions/50183287/all-the-libraries-must-use-the-same-versions/50192030#50192030 – ישו אוהב אותך Jun 08 '18 at 09:14
  • @E.Abdel i tried both thing which mentioned above but still on a same page thanks for taking time for me – duggu Jun 08 '18 at 09:36
  • 1
    @ישואוהבאותך I am trying what u suggest let u know when something good happened – duggu Jun 08 '18 at 09:37
  • @ישואוהבאותך is right, try in a first time to resolve conflicts by overriding each library showed in the hint (adding it to dependencies) with the same version number of appcompat lib – E.Abdel Jun 08 '18 at 09:41
  • @ישואוהבאותך dnt understand where i miss the trick still facing same issue ... but thanks for help and trying to digging more for resolve issue – duggu Jun 08 '18 at 11:35

0 Answers0