0
I’m studying a script and at the time of building the project it accuses version problem, but only I’m having this problem in my class.
<uses-sdk android:minSdkVersion="1" android:targetSdkVersion="1" />
Error:(5, 5) uses-sdk:minSdkVersion 1 cannot be smaller than version 4 declared in library C: Player aALibV4 build Intermediates exploded-Aar projects with.android.support support-v4 21.0.3 Androidmanifest.xml
It would be the Android version I used to build the project the problem?
Wouldn’t you want to change the version to a more current one? 22 for example. You tried to copy another student’s project and test?
– Florida