Connect Bluestacks to Android Studio

后端 未结 7 1958
南旧
南旧 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 14:06

    first open bluestacks and go to settings > preferences > check the Enable Android Debug Bridge (ADB) and press Change path button, then select adb path. (default location: %LocalAppData%\Android\sdk\platform-tools)

    then install one apk in emulator (by click the installed apps > install apk in bluestacks home screen)

    after doing this works run cmd by administrator and got to adb path then run this command:

    adb connect localhost:5555
    

    now you can open VSCodde or AndroidStudio and select BlueStacks emulator.

    0 讨论(0)
提交回复
热议问题