Using Android studio to develop Android apps, bring your own simulator to compare pits, so use the daily simulator, first download and install every day simulator, and then:
First of all, to turn on the USB debugging, this many people know, but sometimes you can not find the developer options, do not worry
Developer options How to: Set-on tablet (pull to see)-version number (pull to the bottom) (four to five consecutive hits)
USB mode on: Set--Developer Options-->usb Debug (tick)
Every day simulator, you first find the configuration file, the path is
D:\ttmnq\deployed\TianTian\TianTian.vbox (actual path depending on your actual situation, may not necessarily be the same installation)
Open the configuration file, search guestport= "5555" , find the previous English hostport value, I here is 6555, do not know whether you that is the same (digression: generally because more open, this port you can modify, every day there are ways to open more)
Then find a adb.exe, under the Tools folder
Create a new batch " connect. Bat every day" and write a line to ADB connect 127.0.0.1:6555
Save and execute this batch
Then you can debug the Android app and choose the simulator every day.
Use the daily simulator to develop Android apps