Programming Tutorials

SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library

By: Ashley in Error Tutorials on 2019-10-30  

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






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Error )

SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library

warning: This setting is deprecated, please use 'java.jdt.ls.java.home' instead.

SOLVED: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server

SOLVED: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/

SOLVED: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.

SOLVED: Invalid command 'ProxyPreserveHost', perhaps misspelled or defined by a module not included in the server configuration

Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error

Why does my browser's search engine keeps changing back to yahoo?

Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute

Header requires three arguments - Apache cannot start

error 'Configure Runtime for Language Server' every time i open visual studio code java applications

TypeError: Cannot read property 'isDevice' of undefined - expo

Latest Articles (in Error)

TypeError: Cannot read property 'isDevice' of undefined - expo

error 'Configure Runtime for Language Server' every time i open visual studio code java applications

warning: This setting is deprecated, please use 'java.jdt.ls.java.home' instead.

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?

Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error

SOLVED: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server

SOLVED: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/

SOLVED: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.

SOLVED: Invalid command 'ProxyPreserveHost', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library

Related Tutorials

TypeError: Cannot read property 'isDevice' of undefined - expo

error 'Configure Runtime for Language Server' every time i open visual studio code java applications

warning: This setting is deprecated, please use 'java.jdt.ls.java.home' instead.

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?

Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error

SOLVED: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server

SOLVED: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/

SOLVED: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.

SOLVED: Invalid command 'ProxyPreserveHost', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library