I am porting an old large application in Cordova 3.4, from Eclipse to Android Studio, because this application used the library, which is now updated on Android 6.
After some problems with build.gradle and settings.gradle, the application builds, works, and I can make apk. Everything works fine on devices with Android 5.
From Android 6 to Nexus 9, the application crashes with a white screen with this error:
E/libEGL: validate_display:255 error 3008 (EGL_BAD_DISPLAY)
On the Internet, I found several answers to this problem, I tried to work on image resolution, but the problem was not solved. The Error message "validate_display: 255 error 3008 (EGL_BAD_DISPLAY)" from the tutorial does not work for me.
android eclipse android-6.0-marshmallow android-studio cordova display
Anchor
source share