Skip to content

Instantly share code, notes, and snippets.

@kaustubhgupta
Created December 3, 2020 19:32
Show Gist options
  • Save kaustubhgupta/0d06ea84760f65888a2488bac9922c25 to your computer and use it in GitHub Desktop.
Save kaustubhgupta/0d06ea84760f65888a2488bac9922c25 to your computer and use it in GitHub Desktop.
KivyApp to APK.ipynb
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@domm-hub
Copy link

this is bad the same error you have , i also have it

@vikashnitk
Copy link

vikashnitk commented Nov 14, 2023

Just follow the instructions given here https://buildozer.readthedocs.io/en/latest/installation.html in Google colab. It will work perfectly without any error.

@vikashnitk
Copy link

Just follow the instructions given here https://buildozer.readthedocs.io/en/latest/installation.html in Google colab. It will work perfectly without any error.

!pip3 install --upgrade buildozer
!sudo apt update
!sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
!pip3 install --user --upgrade Cython==0.29.33 virtualenv # the --user should be removed if you do this in a venv
!export PATH=$PATH:~/.local/bin/
!buildozer init
!buildozer -v android debug

@darksward27
Copy link

ImportError: dlopen failed: "/data/data/org.test.myapp/files/app/_python_bundle/site-packages/materialyoucolor/quantize/celebi.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183)

encountered this error after building it and running it any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment