2013年1月3日
[Android]平版安裝不了驅動
問題:
開發Android時,使用模擬器是一件使人磨耐性的事。而且模擬器的功能始終有限,平版市場充斥。許多USB-Driver一直安裝不上去。
解決:
(適用 Win7 & WinXP)
修改Google USB Driver 的 [android_winusb.inf]
讓您的平版也可以安裝上去。
Step 1:
打開android_winusb.inf 檔案。
筆者的路徑為:C:\Android\android-sdk\extras\google\usb_driver\
Step 2:
打開裝置管理員,未知裝置->(右鍵)內容->詳細資料->選擇硬體辨識碼
Step 3:
確定電腦為x64 or x86 ->尋找
[Google.NTx86]
[Google.NTamd64]
按照上面的方式,將資訊填入
;Android
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0003&REV_0230&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0003&MI_01
Step 4:
重新更新驅動,會發現安裝成功。
Step 5:
清除adb並重新啟動
清除adb:開始->執行->CMD->輸入 cd C:\Android\android-sdk\platform-tools\adb kill-server
重新啟動:開始->執行->CMD->輸入 cd C:\Android\android-sdk\platform-tools\adb start
Done.
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言