Qt 5.4 beta 1: App not running on Android simulator anymore
-
Hi,
i just upgraded to Qt 5.4 beta 1.
Somehow my app which runs fine on desktop chrashes now in simulator. (runs fine with Qt 5.3.2 on android sim + device).Build succeeded but now while staring in the simulator it crashes.
One of the last application output is:
@W/EGL_emulation( 909): eglSurfaceAttrib not implemented
"com.test.testApp" died.Debugging has finished
@Is there a way to debug stack trace or to switch to a verbose mode to see more details where the problem could be?
I use the following sdks:
jdk1.8.0_05 (sun)
adt-bundle-linux-x86_64-20130917/sdk
android-ndk-r10cAny ideas?
Greetings
Nando -
Did you ever resolve this issue? I am having a similar issue with 5.4.0
I have tested a widget and qml application on both the arm and x86 android simulators and also genymotion, my results are as follows.
my widget app is a brand new widget app
my xml app is a brand new qml appandroid 4.4.2 was used for all tests
google sim arm widget - runs with eglSurfaceAttrib not implemented error
google sim x86 widget - runs with eglSurfaceAttrib not implemented error
google sim arm qml - runs with eglSurfaceAttrib not implemented error
google sim x86 qml - crashes app, has java.lang.ClassNotFoundException: android.graphics.drawable.RippleDrawable errorsgenymotion x86 widget - runs with eglSurfaceAttrib not implemented error
genymotion x86 qml - crashes whole simulator -
Did you ever resolve this issue? I am having a similar issue with 5.4.0
I have tested a widget and qml application on both the arm and x86 android simulators and also genymotion, my results are as follows.
my widget app is a brand new widget app
my xml app is a brand new qml appandroid 4.4.2 was used for all tests
google sim arm widget - runs with eglSurfaceAttrib not implemented error
google sim x86 widget - runs with eglSurfaceAttrib not implemented error
google sim arm qml - runs with eglSurfaceAttrib not implemented error
google sim x86 qml - crashes app, has java.lang.ClassNotFoundException: android.graphics.drawable.RippleDrawable errorsgenymotion x86 widget - runs with eglSurfaceAttrib not implemented error
genymotion x86 qml - crashes whole simulator -
Hi,
i now use 5.4.0 final on mac....
Deploying is very unstable.... now it works... but i do not exactly why...
Try to remove JDK, NDK and ADT... The completly clean all build directories.
Set the JDK, NDK and ADT again to the latest available...
Try with android 4.4 not 5 (it is not working for me)...Good luck
-
Hi,
i now use 5.4.0 final on mac....
Deploying is very unstable.... now it works... but i do not exactly why...
Try to remove JDK, NDK and ADT... The completly clean all build directories.
Set the JDK, NDK and ADT again to the latest available...
Try with android 4.4 not 5 (it is not working for me)...Good luck