am 91e0a8bb: Fix minor typo and duplicated entry in sdk.atree
Merge commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d' * commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d': Fix minor typo and duplicated entry in sdk.atree
This commit is contained in:
@@ -915,7 +915,7 @@ public final class AvdSelector {
|
||||
new ITask() {
|
||||
public void run(ITaskMonitor monitor) {
|
||||
try {
|
||||
monitor.setDescription("Starting emualator for AVD '%1$s'", avdName);
|
||||
monitor.setDescription("Starting emulator for AVD '%1$s'", avdName);
|
||||
int n = 10;
|
||||
monitor.setProgressMax(n);
|
||||
Process process = Runtime.getRuntime().exec(command);
|
||||
|
||||
Reference in New Issue
Block a user