Skip to content
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

Kivy App Crashes Immediately on Android #1128

Closed
raydatascience opened this issue Sep 29, 2017 · 1 comment
Closed

Kivy App Crashes Immediately on Android #1128

raydatascience opened this issue Sep 29, 2017 · 1 comment

Comments

@raydatascience
Copy link

raydatascience commented Sep 29, 2017

Hello All,

I have developed a very simple app with Kivy & KivyMD and everything works fine on my computer. Even the build for android (command: buildozer android debug) works perfectly fine on my computer, but the app crashes immediately after running on Android. I seem not to be able to find out what the problem is. I have attached both buildozer.spec (I had to change it to buildozer.txt to upload) and logcat.txt for your review. Please help.

PS. I used buildozer 0.33 on the Kivy VM 2.0
PS2. I am using python 3.6.2 with Pycharm IDE on Win 10

buildozer.txt
logcat.txt

@raydatascience raydatascience changed the title Kivy App Crashes Immediately Kivy App Crashes Immediately on Android Sep 29, 2017
@inclement
Copy link
Member

Use adb logcat to view the traceback on the device, as described in the documentation. Your logcat.txt does not seem to show the logcat log from the device, only the build log.

If you can't find the problem in the logcat log, please post the full details (including that log) on the kivy-users mailing list, as we normally use github issues only for actual bug reports. You can open a bug report later if the problem turns out to be an issue with python-for-android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants