I am studying a script and at the time of doing the project build it accuses version problem, but only I am having this problem in my class.
<uses-sdk android:minSdkVersion="1" android:targetSdkVersion="1" />
Error: (5, 5) uses-sdk: minSdkVersion 1 can not be smaller than version 4 declared in library C: \ Projects \ Player \ aAALibV4 \ build \ intermediates \ exploded-aar \ com.android.support \ support- v4 \ 21.0.3 \ AndroidManifest.xml
Would it be the Android version I used to build the project problem?