-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build apk : error can not find the build/output folder #647
Comments
Closing as stale, I believe this is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dears,
this is my first try to use builodzer.
I'm using the standard way, explained in the doc, using the VM proposed by Kivy and VirtualBox.
Buildozer init is ok
then run the command sudo buildozer android debug in the VM folder where I have copied my main.py file
Many steps were OK, but seems the last one failed with error :
No such file or directory: u'/home/kivy/myapps/.buildozer/android/platform/build/dists/myfirstapk/build/outputs/apk/myfirstapk-debug.apk'
were
myfirstapk
is the name of the apps given in the buildozer.spec file (see below)the command that failed is
running cp /home/kivy/myapps/.buildozer/android/platform/build/dists/myfirstapk/bin/Myfirsttestapk-0.1-debug.apk ./
, which seems to be the final step to copy the apk in the source folder of my app.actually there a file
Myfirsttestapk-0.1-debug.apk
in this folder/home/kivy/myapps/.buildozer/android/platform/build/dists/myfirstapk/bin
Is this apk with "debug" in the name can be used or it is not finalized ?
then why the error is refering to the folder
IOError: [Errno 2] No such file or directory: u'/home/kivy/myapps/.buildozer/android/platform/build/dists/myfirstapk/build/outputs/apk/myfirstapk-debug.apk'
wich doesnt exist at all ???please help, I've been facing this for the whole day
Rgds
main.py:
error log:
buildozer.spec
The text was updated successfully, but these errors were encountered: