File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 Update-AppveyorBuild -Version $v
9696
9797 # install NDK
98+ - export ANDROID_SDK_ROOT="/usr/lib/android-sdk"
9899 - export NDK_VERSION=25.2.9519653
100+ - export SDK_VERSION=android-31
99101 - echo "y" | sdkmanager --install "ndk;$NDK_VERSION" --channel=3 > /dev/null
102+ - echo "y" | sdkmanager --install "platforms;$SDK_VERSION" > /dev/null
100103
101104 # install Kivy for Android
102105 - pip3 install python-for-android
103106 - pip3 install --upgrade cython
104107 - p4a --help
105- - export ANDROID_SDK_ROOT="/usr/lib/android-sdk"
106108 - p4a create --requirements python3,numpy --arch arm64-v8a --arch armeabi-v7a --arch x86_64 --sdk-dir $ANDROID_SDK_ROOT --ndk-dir $ANDROID_SDK_ROOT/ndk/$NDK_VERSION --dist-name serious_python
107109
108110 # =========================================
You can’t perform that action at this time.
0 commit comments