From maxheinrich1988 at gmail.com Fri Mar 11 19:04:20 2016 From: maxheinrich1988 at gmail.com (Max-Heinrich Laves) Date: Fri, 11 Mar 2016 19:04:20 +0100 Subject: [Android-development] Qt Android ARMv8 64-bit support Message-ID: Hello List, as of today’s release of Qt 5.7 alpha, I was wondering if Qt 5.7 will bring support for armv8 targets. I only found this bug report, but it seems to be inactive: https://bugreports.qt.io/browse/QTBUG-42570 Thanks! Max -------------- next part -------------- An HTML attachment was scrubbed... URL: From stefanbn at t-online.de Sun Mar 13 16:02:36 2016 From: stefanbn at t-online.de (stefanbn at t-online.de) Date: Sun, 13 Mar 2016 16:02:36 +0100 (MET) Subject: [Android-development] Errors running Android Emulator: eglSurfaceAttrib not implemented In-Reply-To: <646663605.3842117.1455618845025.JavaMail.yahoo@mail.yahoo.com> References: <1454685412738.294857.9bb23ef073198d4eeda209eccef381a9b9bef8f4@spica.telekom.de> <646663605.3842117.1455618845025.JavaMail.yahoo@mail.yahoo.com> Message-ID: <1457881356607.1169599.51f9bf6f3262f8a7ce1b015ff77eb38243c3c981@spica.telekom.de> > Make sure you have selected "Use host GPU"/"GPU Emulation" on your AVDs. > Cheers, BogDan. As I already wrote: It doesn't matter if I enable or disable the "Use host GPU" setting, the overall behavior is the same :-( Maybe someone here on the list can tell me his working configuration, e.g. which Qt/SDK/NDK levels/version is working for you usind windows 7? Thanks, Stefan On Monday, February 15, 2016 8:10 PM, "stefanbn at t-online.de" wrote: Hello all, I have been asking this question to the Qt Forums and was redirected here .. I can't get the Android Emulator to work with Qt QML apps at all, even not with the Qt Examples. I'm developing on Windows 7, Intel i7, Qt 5.5.1, QtCreator 3.6.0 I use the most recent versions for Ant, Android NDK and SDK. I use Android x86 with Intel HXVA (but also tried different versions), also I tried different SDK Levels: 19, 21, 22 ... all result in the same errors (here for the QML Caluclator example): W/System.err( 2444): java.lang.ClassNotFoundException: android.graphics.drawable.RippleDrawable W/System.err( 2444): at java.lang.Class.classForName(Native Method) [...] W/EGL_emulation( 2444): eglSurfaceAttrib not implemented D/OpenGLRenderer( 2444): Enabling debug mode 0 F/libc ( 2444): Fatal signal 8 (SIGFPE) at 0xb7744ac8 (code=1), thread 2458 (xample.calqlatr) The app either crashes or shows a white screen on the emulator. I googled a lot for the eglSurfaceAttrib error and there are several posts without any good solution. On the web there are suggestions to disable the "Use Host GPU" setting in the AVD Manager which changes the behavior a little, but doesn't work either. Is there any solution for this? Any help is more than appreciated! Stefan _______________________________________________ Android-development mailing list Android-development at qt-project.org http://lists.qt-project.org/mailman/listinfo/android-development -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhihn at gmx.com Mon Mar 14 23:13:22 2016 From: jhihn at gmx.com (Jason H) Date: Mon, 14 Mar 2016 23:13:22 +0100 Subject: [Android-development] Errors running Android Emulator: eglSurfaceAttrib not implemented In-Reply-To: <1457881356607.1169599.51f9bf6f3262f8a7ce1b015ff77eb38243c3c981@spica.telekom.de> References: <1454685412738.294857.9bb23ef073198d4eeda209eccef381a9b9bef8f4@spica.telekom.de> <646663605.3842117.1455618845025.JavaMail.yahoo@mail.yahoo.com>, <1457881356607.1169599.51f9bf6f3262f8a7ce1b015ff77eb38243c3c981@spica.telekom.de> Message-ID: An HTML attachment was scrubbed... URL: