1. 程式人生 > >error: device not found解決

error: device not found解決

環境

Eclipse Indigo + Android 2.2

問題

已啟動模擬器,執行adb命令出現錯誤:error: device not found。執行adb devices發現列表為空。

#執行命令發現裝置為空
H:\Program files\android-sdk-windows\platform-tools>adb devices
List of devices attached

解決

1.         結束adb.exe程序;

2.         重啟模擬器;

3.         重新執行。

#出現裝置,成功
H:\Program files\android-sdk-windows\platform-tools>adb devices
List of devices attached
emulator-5554   device

參考資料

katoon Sina  CSDN
@Wentasy 博文僅供參考,歡迎大家來訪。如有錯誤之處,希望批評指正。原創博文如需轉載請註明出處,謝謝 :) [CSDN部落格]

相關推薦

error: device not found解決

環境 Eclipse Indigo + Android 2.2 問題 已啟動模擬器,執行adb命令出現錯誤:error: device not found。執行adb devices發現列表為空

ADB push error : device not found 解決方法

 今天在WIN2003桌上型電腦上測試 ADB push 一個檔案到手機中,一直顯示 error : device not found  ,按網上的試了很多方法都未成功,最後看見一個有關驅動的問題,於是就下載了個android_usb_windows驅動, 竟然就OK了!!

adb shell 提示:error: device not found 連不上的一個解決方案

1、今天遇到一個特別鬱悶的問題,手上有4部手機,其中3部手機連線adb都沒有問題,唯獨有一部手機adb shell的時候老是提示:error: device not found。現象如下:

解決adb除錯報錯error:device not found

一個朋友打算往機頂盒裡面下載一個apk,無奈沒有辦法用資料線連線。於是便採用了無限除錯的辦法。使用adb命令除錯時,會出現以下錯誤資訊錯誤: error:device not found或者adb server is out of date. ki

ERROR: librtmp not found 解決方案

pkg-config --exists librtmp||echo no 顯示 no 說明pkg-config 沒有找到相應的 librtmp.pc 問題是librtmp自動生成的/MinGW/lib/pkgconfig/librtmp.pc 檔案格式有問題 原文是

ADB 連結手機失敗問題 adb shell error: device not found

最近在研究PC端基於USB通訊,碰巧遇到PC端連線不上手機,很苦惱,網上找了好多解決辦法,試了兩天都依舊沒解決。 1、adb kill-server來殺死adb程序,然後再使用adb start-server命令來開啟;  2、檢測5037埠(adb.exe預設埠)是否被佔

[odroid-pc]ubuntu12.04 android adb shell error: device not found

Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 003 Device 009: ID 18d1:4e12 Google Inc. Nexus One (debug) B

解決安裝Apache中出現checking for APR... no configure: error: APR not found. Please read the documentation的問題

cef ... clas apr-util 完成 usr 安裝apache make pre Linux中安裝Apache 編譯出現問題: 解決辦法: 1、下載所需要的軟件包 wget http://archive.apache.org/dist/apr/apr-1.4.

xvfb-run: error: xauth command not found 解決方式

http com IT erro then and found cpp run http://tokanao.com/blog/2016/07/13/blog.html 錯誤提示 array(2) { [0]=> string(27) "which: no

解決微信開發工具上trace無法檢測到設備,一直停留在“正在搜索設備...”或者trace panel,choose device老出現device not found

jpg down div 性能監控 電腦 bre 成功 點擊 per 性能 Trace 工具 微信 Andoid 6.5.10 開始,我們提供了 Trace 導出工具,開發者可以在開發者工具 Trace Panel 中使用該功能。 使用方法 PC 上需要先安裝 adb 工

安裝zabbix報錯: configure: error: Curl library not found 解決辦法

網上有諸多說法: 1.  yum install mysql-devel -y 2.把--with-mysql改成 --with-mysql=/usr/local/mysql/bin/mysql_config 上面的兩種都沒有解決

There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/abc.jsp解決方案

可以參考以下連結 https://blog.csdn.net/qq_23184291/article/details/78402152 若出來Maven-Plugins下不存在spring-boot的情況,如下圖 開啟pom.xml檔案,新增如下程式碼 <pl

Error running app:Default Activity not found 解決方法

問題顯示  Error running app:Default Activity not found 此時你會發現執行不了,這是因為在AndroidManifest.xml檔案中,我們只是註冊了活動,並沒有為程式配置主活動(當程式執行的時候,不知道先啟動那個活動),所以只要新增幾行程式碼即可。

configure: error: *** libmcrypt was not found解決方案

其實已經安裝過libmcrypt了。依然報錯。 解決方法如下: 安裝到mcrypt的時候出現了問題 ./configure 提示出錯,首先提示 *** Could not run libmcrypt test program, checking why… *** The t

adb 除錯時經常出現device not found解決方式

今天本來想在幾個裸機上截幾張圖的。 折騰了整整半天,鬱悶。 問題分享下,希望對大家遇到同樣的問題時有幫助: 1. 手機usb 資料線連線pc咯, 在裝置管理器裡看看有沒的黃色的未安裝驅動的裝置,有的話就把手機驅動拿過來裝下 (儘量多重新整理幾次) 2.

adb連接出現device not found問題解決

寫得相當好,轉載了: https://blog.csdn.net/qq_37858386/article/details/78528759 第一步:檢查一下手機開了usb除錯了沒有(最好每次插資料線都檢查一下,必須要檢查) 第二步:先開啟android studio,在用資料線連線手機(

LaTeX Error: File `lastpage.sty' not found. 解決辦法

又是參考一堆。。。。 LaTeX .sty檔案缺失解決辦法 點選開啟連結 關鍵在於把.sty檔案找回來。有些巨集包可能是從CTAN直接下載就有sty檔案在,那樣就是直接cp再texhash就行。 但是對於沒有的(我的這個問題就是這樣),只有用其他辦法。 texhash用於

ffmpeg 安裝時ERROR: libx264 not found 異常的解決

安裝 ffmpeg 時出現錯誤 ERROR: libx264 not found 解決方法: 安裝x264 時 增加選項 --enable-shared #./configure --enabl

完整克隆一臺新的虛擬機器 無法聯網(error fetching interface information device not found),

進行虛擬機器克隆後,發現不能聯網,網路使用橋接模式聯網, 網絡卡驗證 service network restart 報error fetching interface information de

Android Studio gradle 編譯提示‘Error:Configuration with name 'default' not found.’ 解決辦法

在匯入studio工程的時候,進行sync的時候,提示Error:Configuration with name 'default' not found. 之前由於對gradle不熟悉,所以沒有找到原因,其實也是偷懶,沒有認真去排查問題,今天又遇到了,就折騰了會,把所有的配置檔案都開啟看,最終解決問題了,發