Hey budtom7,
Glad someone joined in the conversation.
Yesterdeay I was able to build without errors the application from the example at kivy planet. It didn't run on my phone, but I installed straight from apk instead of adb. Trying this out today. This was done following the instructions offered on the site, which means no buildozer, only p4a. Don't know what changes between them. Here are the changes on the steps from the tutorial on the website I had to make:
On "Setup our application" part of the example:
steps 3 through 6 are overwritten by this in the new toolchain of p4a:
$ p4a apk --private $HOME/path/to/p4a-facebook-example/src --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python2,kivy
this generates all the necessary files
$HOME/.local/share/python-for-android/dists/your_dist/
From there just follow the example.
Can you specify the errors you are experiencing?
Over here it built without errors, only some warnings about missing headers. I was able to transfer the APK to my phone and install it without trouble. But it failed to run. I wonder if maybe API Number was at fault. I built for target 14 API, my phone is 22. I will try both installing through adb for debbug and upping the target API.