adb连接不可用或已终止 - Android

时间:2016-01-19 08:36:45

标签: android android-emulator

首先我更新了Marshmallow,然后使用Google API创建了AVD。 创建后,它显示为

enter image description here

enter image description here

然后删除后我运行项目

enter image description here

然后我的错误

当我运行APP(Shift + F10)

它将错误显示为

在App标签处: -

adb connection not available, or was terminated.

enter image description here

在模拟器选项卡上: -

D:\ADTSDK\adt-bundle-windows-x86_64-20140702\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_One_API_23
emulator: WARNING: Increasing RAM size to 1GB
qemu: could not open disk image C:\Users\xxx\.android\avd\Nexus_One_API_23.avd/sdcard.img: Operation not permitted

enter image description here

我无法使用模拟器测试我的项目并搜索了SO

我也尝试了这个:

在cmd提示符下:

adb kill-server & then 
adb start-server 

使用Android模拟器的任何解决方案都值得赞赏。

1 个答案:

答案 0 :(得分:2)

Timestamp = 24-03-2016 20:15:34 Messsage = ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. ERROR [01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). ERROR [01S00] [Microsoft][ODBC SQL Server Driver]Invalid connection string attribute Title = GetData() Machine = LTPN 设置为23对我来说是个窍门。我正在推出Android N预览版(API23,与Marshmallow相同),出现了相同的错误(android:targetSdkVersion)。

有时,我仍然会收到错误(例如,如果我刚刚打开Android Studio) 我打开Android Monitor标签android monitor tab,等待模拟器中的日志开始显示,然后重新运行我的应用