android devices offline
D:\android_code\0708\tools>adb devices
List of devices attached
015d2109f414120e offline
015d2109f414120e device
D:\android_code\0708\tools>adb push Y:\out\target\product\kai\system\framework\framework.jar system/framework
error: device offline
___________________________________________________________________________
解决
adb kill-server
adb start-server