I have an error, the 19.0.1 library does not appear to add to build.gradle dependencies. What could be the error? Attached images of the project. build.gradle
I have an error, the 19.0.1 library does not appear to add to build.gradle dependencies. What could be the error? Attached images of the project. build.gradle
You must have your targetSDK defined as API 21, of course you must install the SDK.
Make sure you have the SDK API 21 installed
It seems your reference is wrong. Write
buildToolsVersion "19.1"
without ".0".