<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 27, 2018, at 1:50 AM, Miika Turkia <<a href="mailto:miika.turkia@gmail.com" class="">miika.turkia@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class="">The continuous builds seem to be dying on my Nexus 7 tablet on startup. logcat shows the following:</div><div class="">---8<---</div><div class="">10-27 11:47:12.440  8343  8360 D /workspace/subsurface/qt-models/messagehandlermodel.cpp: INFO: QQmlApplicationEngine failed to load component<br class="">10-27 11:47:12.441  8343  8360 D /workspace/subsurface/qt-models/messagehandlermodel.cpp: INFO: qrc:/qml/main.qml:621 Type MapPage unavailable<br class="">10-27 11:47:12.441  8343  8360 D /workspace/subsurface/qt-models/messagehandlermodel.cpp: qrc:/qml/MapPage.qml:3 module "QtPositioning" plugin "declarative_positioning" not found<br class="">10-27 11:47:12.441  8343  8360 D /workspace/subsurface/qt-models/messagehandlermodel.cpp: <br class="">10-27 11:47:12.486   649  1723 I WindowState: WIN DEATH: Window{793cf83 u0 org.subsurfacedivelog.mobile/org.subsurfacedivelog.mobile.SubsurfaceMobileActivity}<br class="">10-27 11:47:12.576   649  1314 I ActivityManager: Process org.subsurfacedivelog.mobile (pid 8343) has died<br class="">10-27 11:47:12.576   649  1314 W ActivityManager: Force removing ActivityRecord{6f53882 u0 org.subsurfacedivelog.mobile/.SubsurfaceMobileActivity t3076}: app died, no saved state<br class="">---8<---</div><div class=""><br class=""></div><div class="">Is something missing from the APK or is Android 6.0.1 too old?</div></div></div></div></blockquote><br class=""></div><div>Not at all - this runs all the way back to 4.4 IIRC.</div><div><br class=""></div><div>This looks suspiciously like the bug that I fixed by fixing qt-android-cmake a few months ago.</div><div>We actually switched to our branch of that project (and I realize that we should switch back as my fix was merged upstream - but nothing has happened since in upstream, so it doesn't really matter).</div><div><a href="https://github.com/LaurentGomila/qt-android-cmake/commit/17acb315af2d07571f0912440b4938799fc25c7d" class="">https://github.com/LaurentGomila/qt-android-cmake/commit/17acb315af2d07571f0912440b4938799fc25c7d</a></div>So the question becomes "why does this work if I build locally, but not when built on Travis".<div class=""><br class=""></div><div class="">You can see in the Travis log:</div><div class=""> -- Skipping /workspace/Qt/5.11.1/android_armv7/qml/QtPositioning/libdeclarative_positioning.so. It has unmet dependencies: lib/libQt5PositioningQuick.so.</div><div class=""><br class=""></div><div class="">So clearly on Travis the problem isn't fixed. But on my system I also build against Qt-5.11.1</div><div class=""><br class=""></div><div class="">The next step would be to NOT remove the '-verbose' flag and see what we can find in the output, I guess...</div><div class=""><br class=""></div><div class="">I hate having to re-fix bugs that I fixed already (and have forgotten how I fixed them).</div><div class=""><br class=""></div><div class="">/D</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>