Closed sova32 closed 3 years ago
To add buildozer to path permanently just add it to ~/.bashrc
like this:
echo "export PATH=\$PATH:~/.local/bin/" >> ~/.bashrc
Second thing, you typed wrong command. You should type buildozer android debug
not buldozer android debug
all work! i am idiot :-)
Versions
Python: Python 3.8.12
OS: Operating System: openSUSE Tumbleweed 20211001 KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.86.0 Qt Version: 5.15.2 Kernel Version: 5.14.6-2-default (64-bit) Graphics Platform: X11 Processors: 2 × AMD A4-6300 APU with Radeon(tm) HD Graphics Memory: 6.7 GiB of RAM Graphics Processor: AMD ARUBA
Buildozer:
Description
I cannot add PATH
My .bashrc
test -s ~/.alias && . ~/.alias || true PATH=$PATH:/home/vadiki/.local/bin PATH=$PATH:/opt/gradle/gradle-7.2/bin
i edit file manualy because command export PATH=~/.local/bin/:$PATH do nothing
buildozer file is present
buildozer.spec
Command:
Spec file:
Logs