[flagged]
but now can I run a virtual machine on an android device?
The answer is yes. Since forever ago.
You can find an official guide here: https://source.android.com/docs/setup/create/avd
11–20 of 344 posts
[flagged]
but now can I run a virtual machine on an android device?
The answer is yes. Since forever ago.
You can find an official guide here: https://source.android.com/docs/setup/create/avd
[flagged]
but now can I run a virtual machine on an android device?
I don't think the experience will be very usable, though. iPhones contain dedicated hardware that Android devices don't have (and vice versa) and decent GPU acceleration may be a long time off with the standard driver quality Android vendors deliver.
[flagged]
but now can I run a virtual machine on an android device?
Conversely, I have no respect at all for the m-f a-h at Google who have, in MV3, pulled an Apple and banned anything but statically compiled code in WebExtensions. Google is doing the worst thing Apple did, but to the web. And I absolutely hate it. Hate it hate it hate it hate it. Abominable way to hurt the web. https://github.com/w3c/webextensions/issues/139
Earlier quoted context omitted.
but now can I run a virtual machine on an android device?
You can run Chrome, which has a virtual machine in it. Maybe not the same kind of virtual machine that you're talking about, but this is the kind of virtual machine that Apple has banned: any kind of code that isn't statically compiled, that isn't immediately readable. This is why Chrome (actual, not the thin cosmetic shell over Safari WebView available now) can't run on iOS: Chrome has to download & run JS code, and…
Parallel or something like that lets you run windows on mac os. I think thats a fair decision, always found macs looking nice, but dislike many of the apps. Windows and ms suite on mac is on my bucket list now.
[flagged]
but now can I run a virtual machine on an android device?
But I really really want my iPadOS MAME app back, and I would applaud some judgement that banned Apple's VM and emulator ban on iOS and similar.
Having such a monopoly on a device you purchase really means the legal system needs to take you down a notch.
Parallel or something like that lets you run windows on mac os. I think thats a fair decision, always found macs looking nice, but dislike many of the apps. Windows and ms suite on mac is on my bucket list now.
Earlier quoted context omitted.
You can run Chrome, which has a virtual machine in it. Maybe not the same kind of virtual machine that you're talking about, but this is the kind of virtual machine that Apple has banned: any kind of code that isn't statically compiled, that isn't immediately readable. This is why Chrome (actual, not the thin cosmetic shell over Safari WebView available now) can't run on iOS: Chrome has to download & run JS code, and…
While not directly applicable to this case, it's worth noting that you cannot run Chrome on iOS, explicitly because it's a VM (in the sense that it executes user-defined code). That's why iOS Chrome uses WebKit, and not V8, as its rendering and JS engine.