I'm trying to make my custom player for Android with google play games services, but I have problem.
I do everything (I think), but there is error showing in GameHelper.java and GGooglePlay.java.
Error is on AppStateManager import (import com.google.android.gms.appstate.AppStateManager;).
I'm using newest Google Play Services (v29).
How to make this work?
Comments