NEXUS 7 Android 6.0-Ubuntu 16.04のGenymotion 2.8.1でのAPI 23の起動に問題があります。
展開/作成は正常に動作し、初期化は正常に動作しますが、「Android」で黒い画面が表示され、PC全体がハングします。移動するのはマウスだけで、再起動する必要があります Alt + SysReq キーとタイプ REISUB。
出力またはエラーメッセージが表示されない
pdate virtualbox自体からデバイスを起動すると、次のメッセージが表示されます。
A N D R O I D [ 1.616947] init: /deb/hw_random not found
[ 2.547760] init: Failed to reload policy
[ 2.715910] init: /recovery not specified in fstab
[ 2.723890] init: cannot find `/system/bin/debuggerd64`, disabling `debuggerd64`
[ 2.725612] init: cannot find `/system/bin/install-recovery.sh`, disabling `flash_recovery`
Shell@Android:/ $ IP Management : 192.168.57.101
Genymotion
インストールディレクトリからlibdrm.so.2
を削除し、コンピューターを再起動することで問題を解決しました。
それでもうまくいかない場合は、GPUオープンドライバーを無効にし、System Settings > Software & Updates > Additional Drivers
で独自のドライバーを有効にしてみてください。
この助けを願っています!
この問題を修正しました。
これは、インストールした仮想ボックスのデフォルトネットワークで発生します。これはGenymotionガイドから貼り付けた解決策です:
Your network adapter may be misconfigured. In this case:
Run VirtualBox.
Open File > Preferences > Network (or VirtualBox > Preferences for macOS).
Check that the adapter IPv4 address is in the same network (192.168.56.0/24 by default) as the DHCP server address, lower address bound and upper address bound. If not, your virtual device cannot start.
You can also remove the Host-only Network by clicking . Genymotion will automatically recreate it at the next virtual device start.
これで幸せになることを願っています。