一辩昆、adb server version (32) doesn't match this client (39); killing...問題的解決方式阅酪。
1、查看本地的ADB版本:
E:\android\android-sdk-windows\platform-tools>adb version
Android Debug Bridge version 1.0.39
Version 0.0.1-4500957
Installed as E:\android\android-sdk-windows\platform-tools\adb.exe
2汁针、解決方式
二施无、Could not connect to remote process. Aborting debug session.解決辦法
- Android Studio點(diǎn)debug時(shí),出現(xiàn)下面的情況:
Could not connect to remote process. Aborting debug session.
- 解決辦法
在manifest文件中添加android:debuggable標(biāo)簽
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:debuggable="true"
tools:ignore="HardcodedDebugMode">
</application>