Posts by RenanFerrari • 111 points
1 post
-
1
votes2
answers82
viewsA: Error minSdkVersion 1 cannot be smaller than version 4
This error happens because you are setting a minimum version in your project (version 1), but it is importing a library that needs a higher version to work (version 4). In your case, it’s the…