debugging - Adb shows 'device' in command line but unauthorized in Android Studio -


i using usb debugging cubot s208 android app.

if type adb devices command line receive following:

0123456789abcdef device

so device authorized.

however, in android studio receive following message:

for device 0123456789abcdef: device unauthorized. please check confirmation dialog on device.

why case?

the device recognized android studio under name "cubot s208" recognizes debuggable applications too.

so seems fine.

i have allowed usb debugging laptop when message came on phone screen.

any ideas?

for device 0123456789abcdef: device unauthorized. please check confirmation dialog on device.

execute these adb commands:

adb kill-server  adb start-server 

after reconnect device , tick debugging option on device.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -