playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
972 stars 970 forks source link

SkeletonActivity crash #185

Open theseafaringturtle opened 8 years ago

theseafaringturtle commented 8 years ago

The crash is preceded by W/AppOps ( 558): Bad call: specified package com.google.android.play.games under uid 10168 but it is really 10074 The SkeletonActivity example crashes every time I click the 'Leave' button, because result.getMatch(); returns null and match.getTurnStatus() causes a java.lang.NullPointerException when called inside private void processResult(TurnBasedMultiplayer.LeaveMatchResult result),

The match is still canceled as it should be.