qpython-android / qpython3-toolchain

qpython3-toolchain is a tools collection, helping you build QPython3's core from source code.
Do What The F*ck You Want To Public License
2 stars 3 forks source link

Crash on Android x86 #6

Open andydude opened 7 years ago

andydude commented 7 years ago

Every time I try to use the console in both QPython and QPython3 on Android x86 (6.0) I get something like "catch exception, will restart". In the logcat I see:

mm-dd HH:MM:SS.fff  pid  pid  E ActivityManager: ANR in org.qpython.qpy (org.qpython.qpy/jackpal.androidterm.Term)
mm-dd HH:MM:SS.fff  pid  pid  E ActivityManager: PID: pid
mm-dd HH:MM:SS.fff  pid  pid  E ActivityManager: Reason: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 3. Wait queue head age: 5414.6ms.)
andydude commented 7 years ago

I'm also seeing

mm-dd HH:MM:SS.fff  pid  pid  E InputDispatcher: chanel '5370575 org.qpython.qpy/jackpal.androidterm.Term (server)' ~ Channel is unrecoverably broken and will be disposed!
demers commented 6 years ago

Someone has found a solution for running SL4A or QPython on Android x86? For now it crashes.

SomeDevHere commented 6 years ago

I think the issue is with python being not compiled for Android x86.