Android studio 2.3 “Debug shows Connected and Disconnected lines but nothing in between”
问题 I'm testing my app in a physical device On debug run Console $ adb push C:\Users\arjun\AndroidStudioProjects\Scol\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.example.arjun.scol $ adb shell pm install -r "/data/local/tmp/com.example.arjun.scol" pkg: /data/local/tmp/com.example.arjun.scol Success $ adb shell am start -n "com.example.arjun.scol/com.example.arjun.scol.login.Login" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come