PsiCodes / ktxpy

Python Compiler/ide For Android with Material3
GNU General Public License v3.0
64 stars 10 forks source link

The application does not open #6

Closed kaicsm closed 1 year ago

kaicsm commented 1 year ago

On device LG K41S arm. Version 1.1.0. The app just won't open, please fix this

PsiCodes commented 1 year ago

Could you please provide the logs?

kaicsm commented 1 year ago

Look:

https://github.com/PsiCodes/KtxPy/assets/68879185/786dd849-6adb-4d77-a4b3-3fb6e33b577e

PsiCodes commented 1 year ago

I think problem is with un7zip. If you can kindly provide logs via logcat.

kaicsm commented 1 year ago

I think problem is with un7zip. If you can kindly provide logs via logcat.

My phone is not rooted, so I can't see the logs with logcat, try adding a CrashHandler

kaicsm commented 1 year ago

I don't know if this is on purpose, but it's really missing some .so:

https://github.com/PsiCodes/KtxPy/assets/68879185/a89fbc1c-d3d4-408f-82f1-4921f448a2e6

PsiCodes commented 1 year ago

If your arch is armeabi-v7, it will not work, as Ktxpy only supports arm64 and x86_64. I am working on adding support for armv7.

PsiCodes commented 1 year ago

@kaicsm arm32 support is added you may install it now

kaicsm commented 1 year ago

Thank you very much :)