作者你好,收到邮件之后,第一时间进行了测试,但是发现了一个错误:
ERROR: Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [cn.wandersnail:easyble-x:1.1.0] /Users/lei/.gradle/caches/transforms-2/files-2.1/35c1889322f15d62eb9cefcae947a634/easyble-x-1.1.0/AndroidManifest.xml as the library might be using APIs not available in 19
Suggestion: use a compatible library with a minSdk of at most 19,
or increase this project's minSdk version to at least 21,
or use tools:overrideLibrary="cn.wandersnail.ble" to force usage (may lead to runtime failures)
作者你好,收到邮件之后,第一时间进行了测试,但是发现了一个错误: ERROR: Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [cn.wandersnail:easyble-x:1.1.0] /Users/lei/.gradle/caches/transforms-2/files-2.1/35c1889322f15d62eb9cefcae947a634/easyble-x-1.1.0/AndroidManifest.xml as the library might be using APIs not available in 19 Suggestion: use a compatible library with a minSdk of at most 19, or increase this project's minSdk version to at least 21, or use tools:overrideLibrary="cn.wandersnail.ble" to force usage (may lead to runtime failures)