The emulator is running. But when I write adb shell in my shell I get:
adb shell
error:device offline
What is the reason for
Make sure you're superuser.. Instead of 'adb start-server' do 'sudo adb start-server', enter your password (it will not echo), press enter. Then, 'sudo adb devices' and it will show as online.