Noob warning. I just installed Android Studio and I am trying to follow the "Build your first app" tutorial. I created the project and was attempting to run. I created a VM but was then unable to see it in the "Select Deployment Target" screen. Note that I can see the emulator image in the AVD screen, so it was created. It seems like adb did not start. I can go to the terminal and run adb and it is installed and on my path, but Android Studio does not seem to see it. I got the following from the log.
7:10 PM Unable to open connection to: localhost/192.168.1.43:5037, due to: java.net.ConnectException: Operation timed out
7:10 PM Connection attempts: 6
7:11 PM Unable to open connection to: localhost/192.168.1.43:5037, due to: java.net.ConnectException: Operation timed out
7:11 PM Connection attempts: 7
7:12 PM Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences.
7:12 PM * daemon not running; starting now at tcp:5037
7:12 PM * daemon started successfully
7:13 PM Unable to open connection to: localhost/192.168.1.43:5037, due to: java.net.ConnectException: Operation timed out
7:13 PM Connection attempts: 8
I am on osx.