Error in Android studio New Application -


whenever start new application in android studio error pop ups

what should doenter image description here

it seems because compile sdk version below 23.

make compilesdkversion 23 in buiild.gradle file , rebuild project.


Comments