tracer0tong / android-emulator

Yet another Docker container with Android SDK and Android emulator
Apache License 2.0
246 stars 95 forks source link

device offline #18

Closed dapeng-fu closed 8 years ago

dapeng-fu commented 8 years ago

Hi,

I just follow your introduction to install the emulator. But it shows device is offline after connected the emulator. Do you have meet this issue before ? I've tried some ways to fix it, such as restart adb( adb kill-server & start-server) , delete .android/adbkey & adbkey.pub. But none work...

tracer0tong commented 8 years ago

I will look on it, thank you for your message.

tracer0tong commented 8 years ago

Hi @dapeng-fu I have fixed problem. Emulator by itself works fine, but ADB instance took connection to emulator, thats why ADB outside container couldn't work with the same socket. Seems like this, I don't want to dig in details, but if you will upgrade to latest version or just simply kill ADB inside container it will work. Thank you for your message again.

dapeng-fu commented 8 years ago

Thanks so much ! I'll try it right now.