python3-android
python3-android copied to clipboard
Error in Building
stat /python3-android/docker-build.sh: no such file or directory: unknown.
build.sh is also having issues.
- No command named autoreconf. Fixes with sudo apt-get install autoconf
- No Module named dataclasses Fixes with installing python3.9 (dataclasses was introduced in python 3.7)
- Finally getting this error now.
did you try running a clean.sh before this run? It would be nice to fix, but currently the script isn't happy if it's already been run.
Make sure you are in the directory that you have cloned from this repo.