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
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
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.
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
The text was updated successfully, but these errors were encountered: