Skip to content

Progdrasil/buildozer-psycopg2-issue-1123

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo ImportError: undefined symbol: PQencryptPasswordConn

Build the docker image:

docker build -t psycopg2/buildozer .

Run image interactively and attach usb for deployment:

docker run --rm -v "$(pwd)":/home/user/hostcwd -v /dev/bus/usb:/dev/bus/usb --privileged -it --entrypoint=bash psycopg2/buildozer 

Interact with buildozer as usual, to build:

buildozer android debug

To deploy and run on target

buildozer android deploy run

For debugging, the log is pretty huge and includes more than just this application, it's best to throw it in a file and analyze it after the app crashed.

buildozer android deploy run logcat > out.log

About

reproduction for issue [psycopg2#1123](https://github.com/psycopg/psycopg2/issues/1123)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published