Changes between Version 15 and Version 16 of android


Ignore:
Timestamp:
Jan 11, 2013, 7:29:19 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v15 v16  
    4444}}}
    4545
    46 
     46Python for Android (the Kivi one) seems to build only with NDK-r7, so the NDK in current Necessitas SDK (NDK-r8b) can't be used. Just download the r7 NDK unpack it somewhere and set the NDK path.
     47
     48{{{
     49wget http://dl.google.com/android/ndk/android-ndk-r7-linux-x86.tar.bz2
     50tar xvf android-ndk-r7-linux-x86.tar.bz2
     51}}}
     52
     53The Android SDK from Necessitas can be used, just make sure API 14 is installed.
     54
     55
     56{{{
     57cd python-for-android
     58
     59export ANDROIDSDK="<path to some android SDK that has API 14>"
     60export ANDROIDNDK="<path to android ndk>"
     61export ANDROIDNDKVER=r7
     62export ANDROIDAPI=14
     63
     64./distribute.sh -m "pyjnius kivy" -f
     65}}}
    4766
    4867
     
    183202/data/data/eu.licentia.necessitas.ministro/files/qt/plugin
    184203}}}
    185