Thanks a lot. At least the example (touchtracer) works. Unfortunately my application immediatly exits. The output from "buildozer ... logcat" totally floods my terminal. So I could not find out the cause yet.
However, I specified "astropy" as a required package, which would in turn require Numpy. I am not sure if I need to specify it as well. If I do so, buildozer fails with:
"
[INFO]: No existing dists meet the given requirements!
[INFO]: No dist exists that meets your requirements, so one will be built.
[ERROR]: Didn't find any valid dependency graphs.
[ERROR]: This means that some of your requirements pull in conflicting dependencies.
[ERROR]: Exiting.
"
Cheers
Guido