Android module: create emulator files under project root, not in tmp directory
This commit is contained in:
@@ -37,7 +37,7 @@ public class PathManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getAndroidEmulatorRoot() {
|
public String getAndroidEmulatorRoot() {
|
||||||
String androidEmulatorRoot = tmpFolder + "/emulator";
|
String androidEmulatorRoot = getAndroidSdkRoot() + "/emulator";
|
||||||
new File(androidEmulatorRoot).mkdirs();
|
new File(androidEmulatorRoot).mkdirs();
|
||||||
return androidEmulatorRoot;
|
return androidEmulatorRoot;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user