I'm trying to implement "SaveGame" with Google Play Services and I have the following error:
error: cannot find symbol
import com.google.android.gms.games.snapshot;
^
symbol: class snapshot
location: package com.google.android.gms.games
Anyone knows what can cause this?
Thanks!