SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library
By: Ashley
uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [Camera]
This simply means that one of your external libraries has specified a different minSdkVersion than the one you specified for your project. In this case, the camera library has specified a different minSdkVersion. It is therefore not enough to specify minSdkVersion in your AndroidManifest.xml file. Do a search on the whole project folder for files containing the text minSdkVersion to find the exact file. Once you find the file just change the minSdkVersion to the version you need in this case 21
Archived Comments
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
Header requires three arguments - Apache cannot start
Why does my browser's search engine keeps changing back to yahoo?
SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/
SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library