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 build an application through buildozer in kali linux os and deployed it in my android phone. It just started and instantly closed. It shows a log message like this :
07-20 14:32:49.878 3893 3925 I python : [INFO ] [Logger ] Record log in /data/user/0/ravag3r.imagecomparison.imagecomparison/files/app/.kivy/logs/kivy_20-07-20_4.txt
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Kivy ] v1.11.1
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Kivy ] Installed at "/data/user/0/ravag3r.imagecomparison.imagecomparison/files/app/_python_bundle/site-packages/kivy/init.pyc"
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Python ] v3.8.1 (default, Jul 20 2020, 14:04:07)
07-20 14:32:49.879 3893 3925 I python : [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Python ] Interpreter at ""
07-20 14:32:49.881 3893 3925 I python : Traceback (most recent call last):
07-20 14:32:49.881 3893 3925 I python : File "/root/BarathProject/.buildozer/android/app/main.py", line 1, in
07-20 14:32:49.882 3893 3925 I python : File "/root/BarathProject/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ImageComparison/cv2/init.py", line 5, in
07-20 14:32:49.882 3893 3925 I python : ImportError: dlopen failed: "/data/data/ravag3r.imagecomparison.imagecomparison/files/app/_python_bundle/site-packages/cv2/cv2.so" is 64-bit instead of 32-bit
07-20 14:32:49.882 3893 3925 I python : Python for android ended.
I have no idea how to fix this issue. I am requesting for a help from anyone to help me get out of this issue .
The text was updated successfully, but these errors were encountered:
👋 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.
I build an application through buildozer in kali linux os and deployed it in my android phone. It just started and instantly closed. It shows a log message like this :
07-20 14:32:49.878 3893 3925 I python : [INFO ] [Logger ] Record log in /data/user/0/ravag3r.imagecomparison.imagecomparison/files/app/.kivy/logs/kivy_20-07-20_4.txt
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Kivy ] v1.11.1
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Kivy ] Installed at "/data/user/0/ravag3r.imagecomparison.imagecomparison/files/app/_python_bundle/site-packages/kivy/init.pyc"
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Python ] v3.8.1 (default, Jul 20 2020, 14:04:07)
07-20 14:32:49.879 3893 3925 I python : [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462
07-20 14:32:49.879 3893 3925 I python : [INFO ] [Python ] Interpreter at ""
07-20 14:32:49.881 3893 3925 I python : Traceback (most recent call last):
07-20 14:32:49.881 3893 3925 I python : File "/root/BarathProject/.buildozer/android/app/main.py", line 1, in
07-20 14:32:49.882 3893 3925 I python : File "/root/BarathProject/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ImageComparison/cv2/init.py", line 5, in
07-20 14:32:49.882 3893 3925 I python : ImportError: dlopen failed: "/data/data/ravag3r.imagecomparison.imagecomparison/files/app/_python_bundle/site-packages/cv2/cv2.so" is 64-bit instead of 32-bit
07-20 14:32:49.882 3893 3925 I python : Python for android ended.
I have no idea how to fix this issue. I am requesting for a help from anyone to help me get out of this issue .
The text was updated successfully, but these errors were encountered: