<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pranav</title>
    <description>The latest articles on DEV Community by Pranav (@deltaonealpha).</description>
    <link>https://dev.to/deltaonealpha</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F733290%2F873b0faf-94d2-46a4-a0bb-63229ff64616.jpeg</url>
      <title>DEV Community: Pranav</title>
      <link>https://dev.to/deltaonealpha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deltaonealpha"/>
    <language>en</language>
    <item>
      <title>Sideloading WSA on Windows 11 Stable</title>
      <dc:creator>Pranav</dc:creator>
      <pubDate>Sun, 24 Oct 2021 22:40:04 +0000</pubDate>
      <link>https://dev.to/deltaonealpha/sideloading-wsa-on-windows-11-stable-2ifb</link>
      <guid>https://dev.to/deltaonealpha/sideloading-wsa-on-windows-11-stable-2ifb</guid>
      <description>&lt;h4&gt;
  
  
  Downloading WSA
&lt;/h4&gt;

&lt;p&gt;Download WSA preview from here:&lt;br&gt;
&lt;a href="https://server.deltaonealpha.workers.dev/MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral___8wekyb3d8bbwe.Msixbundle"&gt;https://server.deltaonealpha.workers.dev/MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral___8wekyb3d8bbwe.Msixbundle&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  Installing WSA
&lt;/h4&gt;

&lt;p&gt;Then install it using Powershell with the command:&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;add-appxpackage -Path "&amp;lt;path to the file&amp;gt;"&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Downloading and installing app should be through amazon store but for non-US countries its not available in the preview, so you will have to manually download an apk and install it using "adb install".&lt;/p&gt;

&lt;h4&gt;
  
  
  Installing ADB
&lt;/h4&gt;

&lt;p&gt;Install ADB as instructed here: &lt;a href="https://www.xda-developers.com/install-adb-windows-macos-linux/"&gt;https://www.xda-developers.com/install-adb-windows-macos-linux/&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Connecting ADB to WSA
&lt;/h4&gt;

&lt;p&gt;Open the Windows Subsystem for Linux app and enable developer mode. An IP address and port will be shown, use this to execute the ADB command:&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;adb connect &amp;lt;IP address:PORT&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;h4&gt;
  
  
  Installing with "adb install"
&lt;/h4&gt;

&lt;p&gt;Now simply open Windows PowerShell or CMD and type&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;adb install "&amp;lt;path to APK file&amp;gt;"&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;That's it, and your APK will be installed, all you need to do now is open Start and find your installed app in the list!&lt;/p&gt;

&lt;p&gt;NOTE: Make sure WSA is running. To run WSA open the app and select open "File".&lt;/p&gt;

</description>
      <category>windows11</category>
      <category>wsa</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
