Merge commit '46ab498e50ba71467c71ebe14784706148554b86' * commit '46ab498e50ba71467c71ebe14784706148554b86': SDK: Support "android.bat update sdk"
This commit is contained in:
@@ -32,7 +32,9 @@ set jarpath=lib\sdkmanager.jar
|
|||||||
rem Set SWT.Jar path based on current architecture (x86 or x86_64)
|
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
|
for /f %%a in ('java -jar lib\archquery.jar') do set swt_path=lib\%%a
|
||||||
|
|
||||||
|
if "%1 %2"=="update sdk" goto StartUi
|
||||||
if not "%1"=="" goto EndTempCopy
|
if not "%1"=="" goto EndTempCopy
|
||||||
|
:StartUi
|
||||||
echo Starting Android SDK and AVD Manager
|
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 We're now going to create a temp dir to hold all the Jar files needed
|
||||||
|
|||||||
Reference in New Issue
Block a user