Connect Bluestacks to Android Studio

后端 未结 7 1963
南旧
南旧 2020-12-07 13:07

I have recently shifted to android studio. I would like to know how I can test my apps in Bluestacks app player. I had already had the bluestacks connected and working with

7条回答
  •  天命终不由人
    2020-12-07 13:53

    Steps to connect Blue Stack with Android Studio

    1. Close Android Studio.
    2. Go to adb.exe location (default location: %LocalAppData%\Android\sdk\platform-tools)
    3. Run adb connect localhost:5555 from this location.
    4. Start Android Studio and you will get Blue Stack as emulator when you run your app.

提交回复
热议问题