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
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" />