You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems buildozer doesn't work when you are not connected to the internet, I have already compiled an apk successfully (whilst online) I made a few changes to it and I try to recompile whilst offline, it didn't work
Command:
buildozer android debug
Logs
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /home/mcroni/.local/bin/cython
# Search for Java compiler (javac)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run '/usr/bin/python3 -m pip install -q --user \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517\' \'pytoml\' \'virtualenv\''
# Cwd None
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd028cc0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd026390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd0264e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd0264a8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
The text was updated successfully, but these errors were encountered:
mcroni
changed the title
Buildozer fails when building of
Buildozer fails when building in offline mode even after a first successful build
Jul 20, 2019
mcroni
changed the title
Buildozer fails when building in offline mode even after a first successful build
Buildozer fails when building in offline mode
Jul 20, 2019
Versions
Description
Seems buildozer doesn't work when you are not connected to the internet, I have already compiled an apk successfully (whilst online) I made a few changes to it and I try to recompile whilst offline, it didn't work
Command:
Logs
The text was updated successfully, but these errors were encountered: