奇怪的问题!(android-sdk-windows)
注意我用红色标注的地方。
正常运行命令的时候就显示x86,通过android的脚本就多出个符号。
脚本是android.bat
- for /f %%a in ('%java_exe% -jar libarchquery.jar') do set swt_path=lib%%a
- if "%1 %2"=="update sdk" goto StartUi
- if not "%1"=="" goto EndTempCopy
- :StartUi
- echo [INFO] 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
- rem from that path. We do this only when the launcher is run without
- rem arguments, to display the SDK Updater UI. This allows the updater to
- rem update the tools directory where the updater itself is located.
- set tmp_dir=%TEMP%temp-android-tool
- xcopy %swt_path% %tmp_dir%%swt_path% /I /E /C /G /R /Y /Q > nul
复制代码
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论