<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 Jun 22, 2016, at 4:30 AM, Willem Ferguson <<a href="mailto:willemferguson@zoology.up.ac.za" class="">willemferguson@zoology.up.ac.za</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8" class="">
  
  <div bgcolor="#FFFFFF" text="#000000" class="">
    <br class="">
    <div class="moz-forward-container"><br class="">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
      <div class="moz-cite-prefix">On 20/06/2016 21:52, Axel Richter
        wrote:<br class="">
      </div>
      <blockquote cite="mid:5768496F.80003@yahoo.com" type="cite" class="">
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
        <div class="moz-cite-prefix">Am 20.06.2016 um 21:14 schrieb
          Willem Ferguson:<br class="">
        </div>
        <blockquote cite="mid:57684089.4000500@zoology.up.ac.za" type="cite" class=""> <br class="">
          I am downloading build components to cross-compile to Android
          (i.e. generating an .apk file). I installed Android-ndk,
          Android-sdk (NOT Android-Studio) and the JDK (version 1.8).
          None of these components required any compilation or building
          to be functional. Below a few remarks on the Android
          components. <br class="">
          <br class="">
          In order to start developing applications, you must install
          the Platform-tools <br class="">
          and at least one version of the Android platform, using the
          SDK Manager. <br class="">
        </blockquote>
        <br class="">
        Dear Willem,<br class="">
        <br class="">
        yes, you will need such tools, especially for <br class="">
        <br class="">
        1) yes, you will need all the libraries twice - one for the
        (host) linux and one for the (arm7 in your case?) processor. <br class="">
        <br class="">
        2) For this you will need the image, too. Downloable via the SDK
        manager. If you get the android SDK, you will have an image to
        run into ADB. <br class="">
        <br class="">
        Private suggestion: download eclipse - with the android part,
        I'm sure there is one. So you have all in one package. <br class="">
        <br class="">
        Axel.<br class="">
      </blockquote>
      Simple questions from an ignorant person.<br class="">
      <br class="">
      I am not sure how to install Qt for use on Android. For
      Subsurface-mobile to run on Android, where should Qt be installed?<br class="">
      <br class="">
      Destination platform:<br class="">
      My intuition suggests to me that Qt-Android would need to be
      installed on native Android, but does this come across as part of
      the Subsurface application? I have never installed Qt on my
      Android device, yet I run Subsurface-mobile. Looks like the
      version for Android is Qt V5.7<br class="">
      <br class="">
      Source platform:<br class="">
      What Qt version is required on the source (development) machine? I
      cannot see that Qt for Android would be required on the Linux
      source machine, unless this is somehow included as part of
      Subsurface-mobile? My Qt environment on Linux is 5.5.1<br class=""></div></div></div></blockquote><br class=""></div><div>Willem, you install everything on your Linux box, not on Android.</div><div>Look at <a href="https://help.ubuntu.com/community/AndroidSDK" class="">https://help.ubuntu.com/community/AndroidSDK</a> to get an idea how this works</div><div><br class=""></div><div>You'll need the SDK <a href="https://developer.android.com/studio/index.html#downloads" class="">https://developer.android.com/studio/index.html#downloads</a> (don't get the IDE, just the SDK at the bottom)</div><div>You'll need the NDK <a href="https://developer.android.com/ndk/downloads/index.html" class="">https://developer.android.com/ndk/downloads/index.html</a></div><div><br class=""></div><div>And then here you can get Qt with the bits for Android <a href="http://www.qt.io/download-open-source/#section-2" class="">http://www.qt.io/download-open-source/#section-2</a></div><div><br class=""></div><div>/D</div><div><br class=""></div><br class=""></body></html>