奇怪的问题!(android-sdk-windows)

发布于 2022-09-15 03:06:03 字数 954 浏览 8 评论 0

注意我用红色标注的地方。
正常运行命令的时候就显示x86,通过android的脚本就多出个符号。
脚本是android.bat

  1. for /f %%a in ('%java_exe% -jar libarchquery.jar') do set swt_path=lib%%a
  2. if "%1 %2"=="update sdk" goto StartUi
  3. if not "%1"=="" goto EndTempCopy
  4. :StartUi
  5. echo [INFO] Starting Android SDK and AVD Manager
  6. rem We're now going to create a temp dir to hold all the Jar files needed
  7. rem to run the android tool, copy them in the temp dir and finally execute
  8. rem from that path. We do this only when the launcher is run without
  9. rem arguments, to display the SDK Updater UI. This allows the updater to
  10. rem update the tools directory where the updater itself is located.
  11. set tmp_dir=%TEMP%temp-android-tool
  12. xcopy %swt_path% %tmp_dir%%swt_path% /I /E /C /G /R /Y /Q > nul

复制代码

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文