What is the SDK level for Android Play Services?

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

In the preliminary details, I found that it is necessary: ​​"Android SDK Android 26 or higher," but the API number, 26, does not exist, and what is the "Android Level for Android Play Play 26" ?

+4
source share
1 answer

Don't get confused between the Google Play Services SDK and the Android API tier. The latest Google Play service now uses version 26 of the SDK, and the latest Android API uses version 23 (Android march).

: SDK Google Play SDK. 8.3 SDK 28.

+4

Source: https://habr.com/ru/post/1606158/


All Articles