Can't find com.google.android.gms.games.request package in google-play-services_lib

I am trying to work with google API for my Android project. I need to use BaseGameUtils. But BaseGameUtils uses the com.google.android.gms.games.request package , and I do not find this package! I work with eclipse and my google-play-services_lib is on version 4242000. Thanks!


I solved the problem with updating googl-play-services_lib to the latest version 4323000

+4
source share

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


All Articles