Home > Software engineering >  Can I install android app in windows 11 from android studio?
Can I install android app in windows 11 from android studio?

Time:11-05

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.

CodePudding user response:

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

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

  • Related