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:
@@ -79,9 +79,6 @@ development/samples/Snake platforms/${PLATFORM_NAME}/samples/Snake
|
|||||||
development/samples/SoftKeyboard platforms/${PLATFORM_NAME}/samples/SoftKeyboard
|
development/samples/SoftKeyboard platforms/${PLATFORM_NAME}/samples/SoftKeyboard
|
||||||
development/samples/JetBoy platforms/${PLATFORM_NAME}/samples/JetBoy
|
development/samples/JetBoy platforms/${PLATFORM_NAME}/samples/JetBoy
|
||||||
|
|
||||||
#platform tools notice
|
|
||||||
development/tools/scripts/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/tools/NOTICE.txt
|
|
||||||
|
|
||||||
# dx
|
# dx
|
||||||
bin/dx platforms/${PLATFORM_NAME}/tools/dx
|
bin/dx platforms/${PLATFORM_NAME}/tools/dx
|
||||||
bin/dexdump platforms/${PLATFORM_NAME}/tools/dexdump
|
bin/dexdump platforms/${PLATFORM_NAME}/tools/dexdump
|
||||||
|
|||||||
@@ -915,7 +915,7 @@ public final class AvdSelector {
|
|||||||
new ITask() {
|
new ITask() {
|
||||||
public void run(ITaskMonitor monitor) {
|
public void run(ITaskMonitor monitor) {
|
||||||
try {
|
try {
|
||||||
monitor.setDescription("Starting emualator for AVD '%1$s'", avdName);
|
monitor.setDescription("Starting emulator for AVD '%1$s'", avdName);
|
||||||
int n = 10;
|
int n = 10;
|
||||||
monitor.setProgressMax(n);
|
monitor.setProgressMax(n);
|
||||||
Process process = Runtime.getRuntime().exec(command);
|
Process process = Runtime.getRuntime().exec(command);
|
||||||
|
|||||||
Reference in New Issue
Block a user