
最好是一個能正常運作的,例如窗戶上的藍色堆疊。
謝謝
答案1
根尼運動(這個答案的來源;網站上也有一些關於它的外觀的圖像)是一套完整的工具,為 Android 提供虛擬環境。它對於開發人員、測試人員、銷售人員甚至遊戲玩家都非常有用。 Genymotion 免費供個人使用。要獲得完整功能,您需要購買許可證。
特徵:
OpenGL acceleration to achieve the best 3D performance
Enable full screen option and improve your experience
Be precise in your UI development with the “pixel perfect” functionality
Start multiple virtual device at the same time
Override virtual device identifiers
Directly command virtual devices sensors with Genymotion Shell
Fully compatible with ADB. You can control your virtual device from the host
Manage sensors: Battery level / status, GPS, Rotation, Camera
從 2.1 開始:
supports copy/paste from the host to the virtual device,
or from the virtual device to the host using Android builtin copy/paste feature.
Android 4.4 support
你需要 virtualbox,必須登記(它是免費的)並將安裝程式下載到您的下載目錄,然後...
cd ~/Downloads/
chmod +x genymotion-2.1.0_x64.bin
./genymotion-2.1.0_x64.bin
如果您將其安裝在「下載」中,則可以使用以下命令啟動它:
/home/handbook/Downloads/genymotion/genymotion
它是免費供個人使用的,對我來說似乎是所有模擬器中最好的一個。