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 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.