|
Here's what I found:
TLDR: Should be possible for WebOS, and not possible for OpenWebOS.
First of all it is not a Dalvik VM ( and ACL is ), so it will only ever work for apps written with the adnroid ndk, that means mostly ( probably only ) games, and only some of them. It also needs a wrapper to be written for just about every app you want to run.
It depends on libsdl and libgles, which we do have for all WebOS devices, however since ( at least in it's current state ) OpenWebOS does not support native SDL apps ( in my opinion, this is a bug and needs to be fixed as soon as graphics work ) it will not work on OpenWebOS.
It also needs some libs from android, and ( since i never cared to search for such a thing ) I was surprised to find out that there are ( more or less ) working ports of android for webos devices, from which we can get them.
|
|
|