✅ Windows Subsystem for Android Alternatives

on my win 11 pc i use WSA to compile my .NET MAUI code (C#). it shows a desktop window with the UI, but i can also compile it using phone emulator or my normal android phone. but on my win 10 laptop I am not able to install WSA for Windows 10 (I tried WSABuilds by MustardChef, but i'm keep getting errors). The Windows Machine gives me errors only. Are there any good alternatives to WSA for Win 10? So i can select it as Android Local Devices and compile it, so it shows me the UI on desktop.
46 Replies
leowest
leowest2mo ago
you just use the emulator like anyone else on win10 maui workload install the emulator along you open android studio create a phone and that's it
Missing Since Thursday
yeah i have this too but desktop window was better kinda
leowest
leowest2mo ago
not sure what that means
Missing Since Thursday
wait lemme show you
leowest
leowest2mo ago
Missing Since Thursday
like this normal window it even shows task logo this i am using on windows 11
leowest
leowest2mo ago
that is windows 11 only like I said above
Missing Since Thursday
yeah i know but i need somehting like this for 10 alternative
leowest
leowest2mo ago
and I explained above how it is on win10 not sure what is the difficult to understand its different on win10.
Missing Since Thursday
ive done it too
leowest
leowest2mo ago
win 10 does not have WSA, it uses google android emulator also WSA is gone soon microsoft terminating it
Missing Since Thursday
i know 2025
leowest
leowest2mo ago
so better get use to how it was before WSA
Missing Since Thursday
so google android emulator can be runned like WSA?
leowest
leowest2mo ago
its similar yes
Missing Since Thursday
alright
leowest
leowest2mo ago
if you're running it as mobile it looks like this
Missing Since Thursday
when i run it, it always loads too long can i fix it?
leowest
leowest2mo ago
the first run always takes longer like 3~5 min on a good machine subsequent runs are faster
Missing Since Thursday
for me its kinda every time i run
leowest
leowest2mo ago
this is how long it takes to run after the first run
Missing Since Thursday
but when i run it on my phone
leowest
leowest2mo ago
when u run directly on device it depends on your devices spec if u can improve that I dont know it depends what your app does etc its not just maui
leowest
leowest2mo ago
the same app above runs within 5 seconds on one of my devices
Missing Since Thursday
i clicked on this 5 mins ago and its still gray
leowest
leowest2mo ago
I assume you properly installed the usb driver?
leowest
leowest2mo ago
and are u debugging via usb or wireless
leowest
leowest2mo ago
did u connect adb properly? maybe u need to refresh it
Missing Since Thursday
its not the first time it needs so long sometimes i only need to wait 10 seconds sometimes minutes
leowest
leowest2mo ago
I never had it hung for so long so I assume it had some issue to build or something
Missing Since Thursday
still building
leowest
leowest2mo ago
so try restarting your pc open vs, start adb connect etc then build
Missing Since Thursday
ah finally its loaded
leowest
leowest2mo ago
whenever it takes longer than it should something is wrong
Missing Since Thursday
yeah i do it, but maybe it just my laptop which works slowly
leowest
leowest2mo ago
because usually u also see the build progress in the output window yeah but sounds weird if u said its only sometimes
Missing Since Thursday
my laptop is not the fastest device
leowest
leowest2mo ago
anyway glad its working 🙂
Missing Since Thursday
so maybe its because of this
leowest
leowest2mo ago
yeah I mean slow spec notebook+running emulator+running vs+building project its a lot plus whatever other stuff u have open at the same time
Missing Since Thursday
but its okay just wanted to take my laptop to the holidays trip in case i want to code lmao
leowest
leowest2mo ago
$close
MODiX
MODiX2mo ago
If you have no further questions, please use /close to mark the forum thread as answered
Want results from more Discord servers?
Add your server
More Posts
Access Token Expiry date suggestionsWhat does you guys think, should be the expiry of an access token? I set the expiry of the refresh tInterface implementing generic parametersHello, is there way to achieve something like this? ```cs interface IFoo<T> : T { } ``` I want to spHow to encapsulate the code that has been processed using the Newtonsoft Json library?I used the Newtonsoft Json library to write data to a JSON file, but I don't know how to encapsulateis this a bad practice```var result = await HttpContext.AuthenticateAsync( CookieAuthenticationDefaults.Aut✅ Read `launchsettings.json` environment variable from a terminal script in RiderIt looks like the only way to get Rider to reload real environment variable values is to restart thewhat is the best way to access the Model object in a razor view, in a javascript?``var model = @Html.Raw(Json.Encode(Model));`` ^ is this a good wayI am trying to deskew an image using opencvsharp and I get 2 errors so fartoo long had to upload as a file.(WinUI 3) Visual State Manager throwing System.Runtime.InteropServices.COMExceptionI use the `VisualStateMangaer.GoToState()` method twice, with the same parameters. Strangely, it on✅ ERROR: The calling thread cannot access this object because a different thread owns it.Hey, I'm getting this error `The calling thread cannot access this object because a different threadAllowOutOfOrderMetadataProperties Does not deserialize TypeDiscriminator in .NET 9 Preview 3Hi, I am using the new `AllowOutOfOrderMetadataProperties` when deserlaizing. My JSON objects have a