The sign-in popup windows didnt show up. The logcat said
Could not find method android.view.View.getDisplay, referenced from method com.google.android.gms.internal.bn$b.b
VFY: unable to resolve virtual method 3169: Landroid/view/View;.getDisplay ()Landroid/view/Display;
VFY: replacing opcode 0x6e at 0x0009
I only tested on the real device, Samsung S3 which is Android 4.1.2 (API 16). The getDisplay() method required API 17. I tried "extends FragmentActivity" but there is no getDisplay() in support-v4 library. GamesClient.Builder.setViewForPopups() either not help. The Google Game Play Service should support since Android 2.2 as requirement said.
All my dev tool are up-to-date. google-play-lib 3.1.59 (744626-30), SDK 22.0.4.
Thank you very much.