解決eclipse在線安裝不了genymotion
2015-8-2閱讀161 評論0
今天在網上看見網友說genymotion安卓模擬器是多麽的流暢,比起google自帶的那些emulator快十倍,經本人親身體會確實特別流暢,開機速度快,界面也相對漂亮,操作起來也流暢。但是按照網上說的安裝好了Genymotion(可以進入https://www.genymotion.com點擊打開鏈接下載,但是必須注冊后才能下載,注意:下載那個帶virtualbox的那個,下載好后就傻瓜式的安裝)。
安裝好之后,就要和eclipse或adt關聯:
首先同樣在genymotion下載頁面下方有一個在線安裝的方法:
To install Genymotion plugin for Eclipse:
- In Eclipse, go to Help > Install new software and click Add.
- Fill in the fields with Genymotion name and http://plugins.genymotion.com/eclipse/ location.
- Under Genymobile, check Genymotion and Genymotion Eclipse Tools and follow the steps indicated by Eclipse.
但是我按照這個流程走的時候,下面顯示There are no categorized items
這讓我很是郁悶,在網上查找相關內容也沒找到,最后自己解決了這個問題,解決辦法如下:
將上圖中下面的Group items by categary前面的對勾去掉
然后就ok了,選中Genymotion Eclipse Tools,一路next下去,安裝完成之后eclipse會要求重啟,重啟以后工具欄就會出現我們剛剛安裝的插件了如下圖:
再然后點擊該按鈕,第一次點擊他會報錯,然后點擊ok,在彈出的對話框中選擇你的genymotion安裝目錄,然后就ok了
要將android程序運行在genymotion里的虛擬機可以再網上搜,資料挺多,這里就不詳細說了