Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Android Play Services SDK level?

Tags:

android

I am trying to do something with the Android Face API, but my phone does not detect faces on a simple example.

In Pre-requisites, I found that it needs: "Android Play Services SDK level 26 or greater", but the API number, 26, does not exist, so what is "Android Play Services SDK level 26"?

like image 711
user3067158 Avatar asked Sep 06 '15 14:09

user3067158


1 Answers

Don't be confused between the Google Play Services SDK and Android API level. The latest Google Play Service is now using the 26th SDK version and the latest Android API is the 23rd (Android marshmallow).

Edit: You can find the Google Play services SDK number into the SDK manager. Currently the version 8.3 is using the SDK 28.

like image 123
xiaomi Avatar answered Oct 29 '22 13:10

xiaomi