Android webview using GSAP: Attempt to remove non-JNI local reference, dumping thread

后端 未结 1 500
一生所求
一生所求 2020-12-16 09:37

In Android Studio 1.4 using the Nexus5 emulator, every time there is a 3D animation (x, y, rotationX, rotationY, rotationZ) using GSAP in the webview, the logcat spits out a

相关标签:
1条回答
  • 2020-12-16 10:20

    I think you are using a webview without a host GPU emulation.

    Google team says in the issue:

    "You shouldn't expect that WebView will be usable without host GPU emulation any time soon.
    
    Note also that since the emulator doesn't receive WebView updates, testing on the emulator means you are using a much older version of WebView than the vast majority of your users, and so it's already rather unrepresentative. :/"
    

    Check the issue report:

    *https://code.google.com/p/android/issues/detail?id=189040

    0 讨论(0)
提交回复
热议问题