小编arj*_*jun的帖子

Android studio 2.3“调试显示连接和断开的线路,但中间没有任何内容”

我正在物理设备上测试我的应用

在调试运行

    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 online: com.example.arjun.scol | com.example.arjun.scol.test
Waiting for application to come online: com.example.arjun.scol | com.example.arjun.scol.test

Connecting to com.example.arjun.scol
Connected to the target VM, address: 'localhost:8600', transport: 'socket'
Disconnected from the target VM, address: 'localhost:8600', transport: 'socket'
Run Code Online (Sandbox Code Playgroud)

我的应用程序因错误而崩溃,但...中没有显示任何内容debug console...这发生在updating android studio to 2.3..

但是当我滚动浏览时 …

debugging android-logcat android-debug android-studio android-monitor

4
推荐指数
1
解决办法
2862
查看次数