Login popups did not appear. Logarithm said
Could not find method android.view.View.getDisplay, referenced from method com.google.android.gms.internal.bn$bb VFY: unable to resolve virtual method 3169: Landroid/view/View;.getDisplay ()Landroid/view/Display; VFY: replacing opcode 0x6e at 0x0009
I tested only on a real Samsung S3 device which is Android 4.1.2 (API 16). The getDisplay () method required API 17. I tried "extends FragmentActivity", but there is no getDisplay () in the support-v4 library. GamesClient.Builder.setViewForPopups () either do not help. The Google Play Play service must support Android 2.2 as required.
All my dev tools have been updated. google-play-lib 3.1.59 (744626-30), SDK 22.0.4.
Many thanks.
source share