Changes between Version 5 and Version 6 of PyOtherSideForAndroid


Ignore:
Timestamp:
Sep 23, 2014, 9:27:17 PM (10 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PyOtherSideForAndroid

    v5 v6  
    2424Basically just follow [http://qt-project.org/doc/qt-5/androidgs.html the guide] on the Qt wiki to get the Qt 5 Android SDK & it's dependencies installed.
    2525
     26'''Configure an Android device to be accessible by ADB'''
     27I've tested the resulting software on my HP TouchPad running Cyanogenmod Android 4.0, accessible with ADB. So this 'guide/howto' expect that you also have an Android device accessible over ADB. The Android emulator might also work, but I haven't tried that.
     28
    2629=== Compiling for Android ===
    2730=== Basic deployment ===