Changes between Version 9 and Version 10 of android


Ignore:
Timestamp:
Jul 8, 2012, 6:52:52 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v9 v10  
    8383
    8484===== Rebuilding the APK =====
     85First, change in ''pyside-launcher/android/local.properties'' path to the ''sdk.dir'' to poin to the Android SDK inside the Necessitas SDK, for example:
    8586
     87{{{
     88sdk.dir=/home/user/necessitas/android-sdk
     89}}}
     90
     91Then run ant like this inside the ''android'' folder
     92{{{
     93cd pyside-launcher/android
     94and debug
     95}}}
     96(''adb'' complains about the package created by ''ant release'' due to missing certificates, but likes the package created by ''ant debug'' just fine)
     97
     98If ''ant'' complains about outdated project, update the project using the ''android'' tool, which is normally available in the ''tools'' directory in the Android-sdk.
     99
     100{{{
     101android update project -p pyside-launcher/android/
     102}}}
    86103=== Qt Components ===
    87104There is an Android port of Qt Components.