Questions tagged [windows-subsystem-for-android]

Windows Subsystem for Android™️ enables your Windows 11 device to run Android applications that are available in the Amazon Appstore.

Windows Subsystem for Android™️ enables your Windows 11 device to run Android applications that are available in the Amazon Appstore.

To know more, check the link.

15 questions
3
votes
2 answers

Failed to connect Dart VM service to Windows subsystem for Android

Since some days, I am unable to debug a Flutter app with Windows subsystem for Android properly. Sometimes it works fine, but after a few minutes the debugger disconnect. To connect on WSA I use: adb connect 127.0.0.1:58526 Those are the logs I get…
1
vote
0 answers

React native not working with WSA (Windows subsystem for android)

I'm trying to debug my React native application on WSA but it doesn't work saying that the port is already in use and the metro bundler doesn't connect, when trying to reverse the port (on actual device, it works without issues). The warning which I…
1
vote
1 answer

Capture network traffic using fiddler in Window Subsystem for Android (WSA)

Fiddler is not capturing network traffic of WSA. I want to set proxy in WSA so I can capture network traffic in fiddler, also before setting proxy in WSA, I also need to install Telerik Fiddler Certificate in WSA, how can I do this? I tried…
1
vote
1 answer

Disable smooth resize to make Android app fully compatible with Windows Subsystem for Android

My app needs to perform some view resizing after the layout is done. It's currently done in onWindowFocusChanged(). It's not working as intended on Windows 11 (using Windows Subsystem for Android, WSA). During manual window resizing, the Activity…
Sébastien
  • 13,831
  • 10
  • 55
  • 70
0
votes
0 answers

Adding Proxy Automation for WSA FINDSTR: Cannot open in batch

I wrote a batch process via bingchat, About Adding Proxy Automation for WSA,and one of the functions performs well when carried out on its own, but an error occurs when adding it to an if statement, and the error associated with it is FINDSTR:…
0
votes
0 answers

"adb: error: failed to get feature set: device unauthorized" while using wsa

I had a problem while trying to install a apk to wsa and got the following error Performing Push Install adb: error: failed to get feature set: device unauthorized. This adb server's $ADB_VENDOR_KEYS is not set Try 'adb kill-server' if that seems…
0
votes
0 answers

Cannot Upload a File in an App installed on Windows Subsystem for Android

I'm using a mobile app through windows subsystem for Android. The app is working fine. but when I try to upload a file to that app it will not prompt for opening file manager or storage locations for choosing file. I cannot find what's wrong with…
0
votes
0 answers

Edit build.prop file in WSA Windows Android

I successfully gained root access over my WSA installation. The thing is that I need to edit the build.prop file, but no matter what I tried, I couldn't edit this file. With the app build.prop editor, or any root file browser, the WSA enviroment…
0
votes
0 answers

Spinner auto-scrolling on Windows Subsystem for Android

I'm testing my app on Windows Subsystem for Android. When I click on a android.widget.Spinner to select an item from the list and move the mouse, the list keeps scrolling down. This behavior makes it very difficult to select items. This does not…
0
votes
2 answers

adb cant connect to windows WSA

I am trying to use adb to connect to my Android subsystem in windows (WSA). But when using adb connect 172.23.178.142 (IP is correct) This error occurs:
0
votes
1 answer

kex_exchange_identification: read: Connection reset in windows, but working fine on WSA

I cannot connect to my server via ssh using my windows 11 & institute wfi, but I can connect to this server via my cell phone network on the same laptop. My institute has blocked Port 22, so I've enabled my remote server to listen to Port 443. Here…
Quamer Nasim
  • 366
  • 1
  • 5
  • 18
0
votes
0 answers

C# Xamarin Droid App., ...Can't create Cosmos Data Base on running Emulator... The catch (Exception e)...e.Message is "Network SubSystem Is down"

... string EndPointUri { get; set; } = "https://localhost:8081"; string PrimaryKey { get; set; } = "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw=="; string DBname { get; set; } =…
0
votes
1 answer

Windows 11 and Android - BluetoothAdapter return null

I am trying to run Android app on win 11 with WSA - Windows Subsystem for Android. My app using connection to bluetooth device (Not bluetooth audio device). I am starting to scan for bluetooth devices and WSA is open bluetooth setting in windows…
0
votes
0 answers

WSA com.android.camera2 Crash on start

On start of com.android.camera2 using command: monkey -p com.android.camera2 -v 500 crashes before UI shown stacktrace system info
0
votes
1 answer

android: error fetching location on Microsoft Surface device

I am trying to run Android app on Windows Surface Pro using Windows Subsystem for Android. While I try to fetch the location, I don't see any error on the screen, but I found the below log on the logcat: com.xxx.xxx requires the Google Play Store,…
Chintan Soni
  • 24,761
  • 25
  • 106
  • 174