am a7bb36d1: SDK Updter: change window title to match ADT
Merge commit 'a7bb36d181639ffc1bafa9e4080ca4f5691043ba' into eclair-plus-aosp * commit 'a7bb36d181639ffc1bafa9e4080ca4f5691043ba': SDK Updter: change window title to match ADT
This commit is contained in:
@@ -105,6 +105,10 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "Starting Android SDK and AVD Manager"
|
||||
fi
|
||||
|
||||
# need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
|
||||
# might need more memory, e.g. -Xmx128M
|
||||
exec "$java_cmd" -Xmx256M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Dcom.android.sdkmanager.toolsdir="$progdir" -jar "$jarpath" "$@"
|
||||
|
||||
@@ -33,7 +33,7 @@ rem Set SWT.Jar path based on current architecture (x86 or x86_64)
|
||||
for /f %%a in ('java -jar lib\archquery.jar') do set swt_path=lib\%%a
|
||||
|
||||
if not "%1"=="" goto EndTempCopy
|
||||
echo Starting Android SDK Updater
|
||||
echo Starting Android SDK and AVD Manager
|
||||
|
||||
rem We're now going to create a temp dir to hold all the Jar files needed
|
||||
rem to run the android tool, copy them in the temp dir and finally execute
|
||||
|
||||
@@ -121,7 +121,7 @@ public class UpdaterWindowImpl {
|
||||
fl.marginHeight = fl.marginWidth = 5;
|
||||
mAndroidSdkUpdater.setMinimumSize(new Point(200, 50));
|
||||
mAndroidSdkUpdater.setSize(745, 433);
|
||||
mAndroidSdkUpdater.setText("Android SDK");
|
||||
mAndroidSdkUpdater.setText("Android SDK and AVD Manager");
|
||||
|
||||
mSashForm = new SashForm(mAndroidSdkUpdater, SWT.NONE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user