On Mon, Jul 11, 2016 at 2:55 PM, Willem Ferguson <[email protected]> wrote: > Dear Axel and others, > > The latest build of Subsurface-mobile builds correctly (I think), producing > two .apk files, probably due to the latest modifications to the mobile build > script. The build produces QtApp-debug.apk and Qt-debug-unaligned.apk in > src/subsurface-mobile-build-arm/bin. > > I have two questions: > > 1) What is the difference between the above two .apk files? (QtApp-debug.apk > and Qt-debug-unaligned.apk)
I install the QtApp-debug.apk as it works for me. > 2) After transferring the .apk files to my Android device, and selecting any > of these for installation, Android just informs me "App not installed". Am > I doing something wrong? Use adb to install the app: adb install QtApp-debug.apk HTH, miika _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
