Hi everyone. I'm trying to implement google play services in my new game 
for android.

I have this code for init GamesClient


mGamesClient =  new GamesClient.Builder(context, connectedListener(), 
connectionFailedListener())
        .setGravityForPopups(Gravity.TOP | Gravity.CENTER_HORIZONTAL)
        .setScopes(mScopes)
        .create();


it's telling me in runtime

07-03 10:47:43.180: E/AndroidRuntime(22860): 
java.lang.NoClassDefFoundError: 
com.google.android.gms.games.GamesClient$Builder


the Google-play-services_lib is corrected linked I think and I really don't 
know how to fix this problem :-(

Any idea?
Thank you everyone

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to