我已经在ubuntu 16.04上沿着侧面虚拟框5.1安装了genymotion 2.8.1。当我尝试运行模拟器时,它会出现黑屏。如果我从虚拟框中运行following messages come up。
答案 0 :(得分:0)
我能够解决问题如下。
通过命令行(sys.exit()
和function getLogin($conn){
if(isset($_POST['login']))
{
$uid=$_POST['uid'];
$pwd=$_POST['pwd'];
$sql= "SELECT * FROM user WHERE uid='$uid' AND pwd ='$pwd'";
$result=$conn->query($sql);
if (mysqli_num_rows($result) == 1){
if($row = $result->fetch_assoc()){
$_SESSION['id'] = $row['id'];
header("Location : index.php?loginsuccess");
exit();
}
}
else{
}
}
}
)卸载VirtualBox,并使用sudo apt-get remove virtualbox
命令重新安装VirtualBox。
Voilà,Genymotion开始正常工作。 我还注意到VirtualBox安装了不同的图标。