Android - Google Play Game Service, Could not find method android.view.View.getDisplay -
the sign-in popup windows didnt show up. logcat said
not find method android.view.view.getdisplay, referenced method com.google.android.gms.internal.bn$b.b vfy: unable resolve virtual method 3169: landroid/view/view;.getdisplay ()landroid/view/display; vfy: replacing opcode 0x6e @ 0x0009
i tested on real device, samsung s3 android 4.1.2 (api 16). getdisplay() method required api 17. tried "extends fragmentactivity" there no getdisplay() in support-v4 library. gamesclient.builder.setviewforpopups() either not help. google game play service should support since android 2.2 requirement said.
all dev tool up-to-date. google-play-lib 3.1.59 (744626-30), sdk 22.0.4.
thank much.
could post more complete log? there possibility lines not reason sign-in window not show on app (see other post shows lines in logs , yet able proceed).
other things might helpful you:
- following instructions type-a-number sample, able run on phone android 4.1.1.
- the google play services library have newer have (3.2.65 (834000-30)).
Comments
Post a Comment