I am new to python and buildozer, using buildozer to compile my first android app using python 3.4 and buildozer version 0.16, so on compiling it is showing -)
I check configration tokens
Unknown command/target android.
This issue is empty, I guess you did something wrong? Either way, you should post about your problem (include the full buildozer output log) on the kivy mailing list at https://groups.google.com/forum/#!forum/kivy-users
python-for-android still not work on Windows? :)
http://stackoverflow.com/questions/24382262/unable-to-compile-a-python-script-using-buildozer
Yes, python-for-android still does not work on Windows.
On 01/06/16 03:04, Volodia wrote:
python-for-android still not work on Windows? :)
http://stackoverflow.com/questions/24382262/unable-to-compile-a-python-script-using-buildozer
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/kivy/buildozer/issues/124#issuecomment-222873338,
or mute the thread
https://github.com/notifications/unsubscribe/ABNQm2wIbcDiZjipb9w0I4lXanULI39-ks5qHOjJgaJpZM4CG0BY.
I created the app from this tutorial. It works fine on desktop. The following command:
python main.py
opens a new window and the game runs.
Unfortunately, when I try to run it on my Android device:
buildozer android debug deploy run
I see a slightly different output from the one described by OP:
# Check configuration tokens
Buildozer is running as root!
This is not recommended, and may lead to problems later.
Are you sure you want to continue [y/n]? y
Unknown command/target android_old
(note the _old)
I used this tutorial to set up Buildolzer.
I am working on Windows 10 with CPython 3.6.
@ihavenonickname Post the full log and description of the problem on the kivy-users mailing list
I've failed to build an apk using buildozer.. i get an issue saying something like "failed to execute last command...", i searched the Internet and tried all solutions people provided but all in vain. am using ubuntu 16.04. having cython 0.27.3, Buildozer 0.34 and kivy 1.10.0...
any help please!
I am getting this error while running the command
C:UsersankitDesktoptest>buildozer android debug
Traceback (most recent call last):
File "C:Program FilesPython36Scriptsbuildozer-script.py", line 11, in
load_entry_point('buildozer', 'console_scripts', 'buildozer')()
File "c:usersankitbuildozerbuildozerscriptsclient.py", line 13, in main
Buildozer().run_command(sys.argv[1:])
File "c:usersankitbuildozerbuildozer__init__.py", line 122, in __init__
self.config.read(filename)
File "c:program filespython36libconfigparser.py", line 696, in read
self._read(fp, filename)
File "c:program filespython36libconfigparser.py", line 1077, in _read
raise MissingSectionHeaderError(fpname, lineno, line)
configparser.MissingSectionHeaderError: File contains no section headers.
file: 'buildozer.spec', line: 1
'[app]n'
@AnkitMArtin buildozer does not support windows. It probably shouldn't actually crash, although the reason for this seems to be a corrupted buildozer.spec, it isn't clear if buildozer is at fault. However, even if you fix this, you wouldn't be able to build an APK this way.
If you are using windows, it will not work there, try to use Google Colab for it.
If you are using windows, it will not work there, try to use Google Colab for it.
Can you please elaborate a bit more on how would I build by app on Google Colab?
Thanks in advance ! :)
Hello, please create your kivy app on a local machine, then go to colab upload it, follow the same procedure as mentioned in the documentation of buildozer. Colab uses Linux so you can use bulldozer there, recently I made one calc app using colab.