microsoft / Cognitive-Face-Android

Cognitive Services Face client library for Android.
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
269 stars 151 forks source link

Actual API Level Requirement #40

Closed jinfeei closed 5 years ago

jinfeei commented 6 years ago

It is stated:

"Android OS must be Android 4.1 or higher (API Level 16 or higher)." However, to use the library (as described) an API level of at least 22 is required!

Manifest merger failed : uses-sdk:minSdkVersion 17 cannot be smaller than version 22 declared in library [com.microsoft.projectoxford:face:1.4.3] C:\Users\Jeffrey.gradle\caches\transforms-1\files-1.1\face-1.4.3.aar\c27440009e99f6447afc74ec8bfeed96\AndroidManifest.xml as the library might be using APIs not available in 17 Suggestion: use a compatible library with a minSdk of at most 17, or increase this project's minSdk version to at least 22, or use tools:overrideLibrary="com.microsoft.projectoxford.face" to force usage (may lead to runtime failures)

carlosgub commented 6 years ago

I think is already fixed because I download the last version fo the app and I see minSdkVersion to 22 :D.

lebronJ commented 5 years ago

Thanks for pointing out. And since #44 has been merged, this is auto solved.