I built an Android AOSP tree for a mako device on my Ubuntu 14.04 LTS desktop using. build / envset.sh ',' lunch mako-userdebug 'and the make -j4 commands. I tried to run it in the emulator following the instructions provided by Google (i.e. by typing the "emulator" command in the terminal immediately after the build was completed), but this will not work. The emulator starts up but is stuck on a black screen. I noticed the following warnings / errors while starting the emulator:
emulator: control console listening on port 5554, ADB on port 5555 emulator: can't connect to ADB server: Transport endpoint is not connected (errno = 107)
Any help in resolving this error is welcome.
source share