Minor. Remove obsolete workaround
This commit is contained in:
+1
-4
@@ -71,10 +71,7 @@ public class Emulator {
|
|||||||
commandLine.setExePath(pathManager.getEmulatorFolderInAndroidSdk() + "/" + "emulator");
|
commandLine.setExePath(pathManager.getEmulatorFolderInAndroidSdk() + "/" + "emulator");
|
||||||
commandLine.addParameter("-avd");
|
commandLine.addParameter("-avd");
|
||||||
commandLine.addParameter(AVD_NAME);
|
commandLine.addParameter(AVD_NAME);
|
||||||
if (platform != X86) {
|
commandLine.addParameter("-no-audio");
|
||||||
//problem with qemu options
|
|
||||||
commandLine.addParameter("-no-audio");
|
|
||||||
}
|
|
||||||
commandLine.addParameter("-no-window");
|
commandLine.addParameter("-no-window");
|
||||||
return commandLine;
|
return commandLine;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user