登录弹出窗口没有出现。日志猫说
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
我只在真机上进行了测试,三星 S3 是 Android 4.1.2 (API 16)。getDisplay() 方法需要 API 17。我尝试了“扩展 FragmentActivity”,但 support-v4 库中没有 getDisplay()。GamesClient.Builder.setViewForPopups() 要么无济于事。Google Game Play Service 应按要求支持自 Android 2.2 起。
我所有的开发工具都是最新的。谷歌播放库 3.1.59 (744626-30),SDK 22.0.4。
非常感谢。