-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Android app crash on opening - Python Initialize #1987
Comments
Hello, I'm facing similar issue with Python 3.7 |
Help!
|
I am facing the same problem in running hello world app. App build is successful. Running on phone and successfully installed on phone. After the splash screen the python build app crashes. Kindly check the attached logcat logs of app runtime to diagnose why the app is crashing. |
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide. Let us know if this comment was made in error, and we'll be happy to reopen the issue. |
Versions
for Android (testing on Pixel and Samsung Galaxy S9)
Description
I'm just trying to build and run the hello world app. I can build it using p4a, but it crashes instantly on 2 test devices (a Pixel and a Samsung Galaxy S9 - both running Android 9).
Using adb debugger I have narrowed it down to the call of Py_Initialize in .buildozer//android/platform/python-for-android/pythonforandroid/bootstraps/common/build/jni/application/src/start.c
which throws a
Fatal signal 6 (SIGABRT), code -6 (SI_TKILL)
Commands run to build APK:
.p4a file:
Logs from running the app and adb debug with:
adb logcat | grep -E 'python|hello'
The text was updated successfully, but these errors were encountered: