On 12 October, 2015 - Lubomir I. Ivanov wrote: > On 12 October 2015 at 22:20, Guido Lerch <[email protected]> wrote: > > > > Forgot ... > > Which of the Android components for QT do I need to install ? > > > > > > i think it installs different compiler toolchains depending on the > picks you make there. > what devices are you going to test this on? > http://forum.xda-developers.com/showthread.php?t=1596800 > > it could be around 100-200MB per toolchain looking at my Android NDK folders. >
Which Qt binaries to install depends on your devices / emulators you would like to play with. The hardware accelerated Android emulators are really nice for quick turnaround testing, and they are x86. Almost every modern Android device are armv7, so if you're planning on testing the app on a real device you need that to. Armv5 was used in some really old Android devices, and I haven't seen one in years, so you could safely skip that one. I didn't even bother to implement support for building subsurface for armv5 in the android build script. //Anton -- Anton Lundin +46702-161604 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
