skip to Main Content

As new windows 11 has android app support, and you can install your favorite app from google playstore to windows 11. I’m wondering if I can install my app directly from the android studio through ADB.

2

Answers


  1. Yes you can , follow this on how to use apk on windows .

    Then you build the apk using android studio or gradle build , and locate the apk and run as described.

    Login or Signup to reply.
  2. The article link given by George indeed is no nonsense walk through, though it is bit long with many steps it just works. If you are in widows 10 home edition, you can enable hyper-v by following the steps at hyper-v on windows home edition .

    After connecting with adb it does appear as a device in android studio.

    #adb.exe connect 127.0.0.1:58526

    Hyper-V on Windows home edition

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search