You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this should be reported here or in python-for-android, but attaching the relevant snippets:
# Package the application
(cut)
Compiling/home/samo/Dev/Projects/kivy-android-samples/ads/adbuddiz/.buildozer/android/app/main.py ...
Sorry: IndentationError: ('expected an indented block',
('/home/samo/Dev/Projects/kivy-android-samples/ads/adbuddiz/.buildozer/android/app/main.py',
20, 12, ' AdBuddiz.showAd(PythonActivity.mActivity)\n'))
Buildozer will ignore the IndentationError and continue to build the APK. I believe it should abort at this point as the app will not run anyway, it will just fail with a cryptic message in logcat:
Yep, buildozer doesn't do any sanity check on your source code to ensure it is correctly formatted. Neither python -m compileall will stop if a source is not working.
Not sure if this should be reported here or in python-for-android, but attaching the relevant snippets:
Buildozer will ignore the IndentationError and continue to build the APK. I believe it should abort at this point as the app will not run anyway, it will just fail with a cryptic message in logcat:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: