Live data from Hacker News

Microsoft is bringing Android apps to Windows 11

theverge.com

251–260 of 289 posts

Re: Microsoft is bringing Android apps to Windows 11

#251

The article says this relies on "Intel Bridge Technology". Anyone know more about it? All I could find easily was https://www.intel.com/content/www/us/en/products/docs/discre... Want to highlight one paragraph from that description: "Intel Bridge Technology is run-time post compiler that can be integrated into Android-in-Container to enable certain Android apps – those not written in Java or compiled to run natively…

Apps might be written mostly in Java but have one native code library for encoding, audio, etc. That’s enough to break the app without some bridging such as this.

Re: Microsoft is bringing Android apps to Windows 11

#252

Earlier quoted context omitted.

> some simple JVM container no, there's a new NT subsystem to support this: Windows Subsystem for Android, and as you could guess from the name, it is somewhat related to WSL. the NT kernel was always designed to accommodate multiple subsystems running at once. Until WSL, there was only ever the Windows subsystem itself. soon there will be a third subsystem one can install. this is neat, to me.

WSL is very different than NT subsystems (it's based on drawbridge). And NT did support a fourth (or fifth depending on how you want to count it) POSIX subsystem for quite a while, but that's different than WSL. And interestingly enough, Android support was the original purpose of WSL. It was modified to run an Ubuntu user land on original release for some Microsoft product reason. It's nice to see it coming back in…

There was a Linux subsystem for NT around early 2000s in Microsoft Research.

There is amazing depth inside parts of Microsoft. For example, a team built Xbox360-on-PC sometime around 2007-08. That was emulating the PowerPC and GPU on Intel PCs. This didn't ship for various reasons as a product, but it was in the draw when Xbox One came along and they wanted game compatibility between Xbox 360 and XBox One.

WSLv1 was built on Drawbridge that originally came from MSR. I heard a rumor that WSL was spun out from a project using Drawbridge to run Android. Obviously a lot of work went into WSL subsequently, but the pieces to get started were in place.

Re: Microsoft is bringing Android apps to Windows 11

#254

The article says this relies on "Intel Bridge Technology". Anyone know more about it? All I could find easily was https://www.intel.com/content/www/us/en/products/docs/discre... Want to highlight one paragraph from that description: "Intel Bridge Technology is run-time post compiler that can be integrated into Android-in-Container to enable certain Android apps – those not written in Java or compiled to run natively…

> How many Android apps out there are not written in Java? A fair few games are developed in C++ and run through the Android native interface. Unity games, often written in C#, run on Unity's native runtime which has been ported to Android. Intel Bridge Technology is, presumably, a way to get ARM binaries running on x86 by AOT compiling them. It is not necessary for Java or Kotlin apps or native x86 apps, so those wi…

Yes. All apps in Android are spawned from the Zygote, but once started an app is free to call as much native code as it likes.

https://medium.com/@voodoomio/what-the-zygote-76f852d887d9

Re: Microsoft is bringing Android apps to Windows 11

#256

Some years later everyone will realize that desktops are not phones and are meant to utilize more available screen space. Then everyone will come up with "revolutionary" desktop interface ideas and we here at HN will call it out that we already had these back in 90s. I am waiting for that time. Windows 10 is "phony" already and becoming more like it's built for people with low vision. I hate it's UI. I hope bringing…

We should note Amazon's android store has been aimed at Fire tablets for years now (Amazon's phone was really a flash in the pan).

Sure the ecosystem is far from being mature, but it is also progressively benefiting from chromebook integration, and hopefully from this windows integration.

Re: Microsoft is bringing Android apps to Windows 11

#258
post #177

I just went through my phone and there isn't a single Android app I'd actually want to use on my PC. Most of my apps are just hobbled versions of websites anyway, so I just use the fully functional browser with a full sized keyboard and nice big monitor and use the websites when I'm on the PC, and for that all I need is a single browser and the OS doesn't really matter.

> Most of my apps are just hobbled versions of websites anyway

Most of the time it's the other way around.

Post reply on HN