Error Gradle project sync failed Android just installed

1

This error appears and I can not create a Hello World, someone who can help me, I thank you very much Thank you I have a core i 7 with 6gb of ram I'm not interested in emulating just being able to program

    
asked by Alexscript Creando 28.09.2018 в 23:09
source

1 answer

0

Look at the manifest, maybe something should go wrong there. In my case I had this label    <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15" /> , which was from an example. Then Synchronize again and the error came out, and place the corresponding ones now updated <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="27" />

    
answered by 21.10.2018 в 05:58