I am trying to setup Google play services using their android-sample project. I had successfully imported BaseGameUtils and also the google_play_services_lib . After that i imported the sample project Collect all the stars (and added the BaseGameUtils to its build target) to test it. But It is giving me error ( -- cannot be resolved) on following two imports
import com.google.android.gms.appstate.AppStateClient;
import com.google.android.gms.appstate.OnStateLoadedListener;
I even try to import other example projects but they all are showing same error.
Below is a snapshot of error.