Skip to content
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

Won't run Android Runtime for Chrome #49

Closed
xiaq opened this issue Feb 13, 2016 · 1 comment
Closed

Won't run Android Runtime for Chrome #49

xiaq opened this issue Feb 13, 2016 · 1 comment

Comments

@xiaq
Copy link

xiaq commented Feb 13, 2016

Following the official instructions and using ARC Welder with the latest apk, I got the following error:

capture image

Weirdly, running plugin.shell('logcat') in the JavaScript console, which is supposed to do the same thing as a logcat on Android, doesn't give me anything.

As a side note, running plugin.shell('getprop ro.build.version.sdk') outputs 21 which means that ARC is emulating Android 5.0. Also, the ARC team considers incompatibilities due to difference between ARC and Android to be bugs of ARC, so I think technically it is possible. Is there any interest?

PS. I came here because I wanted to debug this elvish bug and wondered if I could do that on my Chromebook :)

@fornwall
Copy link
Member

There seems to be no /dev/ptmx when running under ARC, so a terminal emulator cannot be run.

Technically the Linux terminal subsystem isn't an official Android API, so I'm not sure if the ARC team would consider it a bug or not.

@fornwall fornwall closed this as completed Mar 3, 2016
@ghost ghost locked and limited conversation to collaborators Oct 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants