Error notice in Android Studio [duplicate]

0

Good evening the problem I have is the following when creating my application in Android Studio I get this notice. I do what he says in the suggestion but he still sends me another error message I would appreciate if you could help me in this

    
asked by Jcastillo 24.08.2017 в 03:15
source

1 answer

0

Possibly an Android Studio bug. I recommend you:

1.-Upload the minimum version of the sdk in your gradle.

minSdkVersion 14

2.-Clean the project.

3.-Re-compile.

    
answered by 24.08.2017 в 07:08