Search code examples
pythonkivyandroid-appwidgetbuildozer

There is no .buildozer folder in my Ubuntu user folder


I want to program an android app using kivy 1.10, Python 3.6, the newest version of buildozer on Ubuntu 16.04 with VirtualBox.

Now I want to create an .apk file to load it up in the google store.

My problem: I used buildozer to creat an .apk but my User folder now only has a .buildozer folder and in it, not an Android folder.

User folder:

User folder

terminal:

termial


Solution

  • apk file - location

    The apk file can be found in the location/folder where you ran buildozer because the target location specified in your buildozer.spec is ./

    Syntax:

    cp source target

    Execution

    cp /home/dennis/.buildozer/android/platform/build/dists/tschigg/bin/TSCHIGG-0.1-debug.apk ./