<small id='YFHIk'></small><noframes id='YFHIk'>

    <bdo id='YFHIk'></bdo><ul id='YFHIk'></ul>

  1. <tfoot id='YFHIk'></tfoot>
    <i id='YFHIk'><tr id='YFHIk'><dt id='YFHIk'><q id='YFHIk'><span id='YFHIk'><b id='YFHIk'><form id='YFHIk'><ins id='YFHIk'></ins><ul id='YFHIk'></ul><sub id='YFHIk'></sub></form><legend id='YFHIk'></legend><bdo id='YFHIk'><pre id='YFHIk'><center id='YFHIk'></center></pre></bdo></b><th id='YFHIk'></th></span></q></dt></tr></i><div id='YFHIk'><tfoot id='YFHIk'></tfoot><dl id='YFHIk'><fieldset id='YFHIk'></fieldset></dl></div>
      <legend id='YFHIk'><style id='YFHIk'><dir id='YFHIk'><q id='YFHIk'></q></dir></style></legend>

      SDK Manager.exe 不起作用

      SDK Manager.exe doesn#39;t work(SDK Manager.exe 不起作用)

            <tfoot id='2PBMi'></tfoot>
          1. <legend id='2PBMi'><style id='2PBMi'><dir id='2PBMi'><q id='2PBMi'></q></dir></style></legend>
            <i id='2PBMi'><tr id='2PBMi'><dt id='2PBMi'><q id='2PBMi'><span id='2PBMi'><b id='2PBMi'><form id='2PBMi'><ins id='2PBMi'></ins><ul id='2PBMi'></ul><sub id='2PBMi'></sub></form><legend id='2PBMi'></legend><bdo id='2PBMi'><pre id='2PBMi'><center id='2PBMi'></center></pre></bdo></b><th id='2PBMi'></th></span></q></dt></tr></i><div id='2PBMi'><tfoot id='2PBMi'></tfoot><dl id='2PBMi'><fieldset id='2PBMi'></fieldset></dl></div>
              <tbody id='2PBMi'></tbody>

              • <bdo id='2PBMi'></bdo><ul id='2PBMi'></ul>

                <small id='2PBMi'></small><noframes id='2PBMi'>

              • 本文介绍了SDK Manager.exe 不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                当我单击 Program Files 上的 SDK Manager 或在 cmd 中运行它时,什么也没发生.我做到了:

                When I clicked SDK Manager on Program Files or run it in cmd, nothing happened. I did:

                1. 安装了最新的 JDK
                2. 安装了最新的 Android SDK
                3. 设置环境 JAVA_HOME 并将 %JAVA_HOME%in 放入路径变量**

                实际上是一个黑色的cmd窗口出现并消失一毫秒.

                Actually a black cmd window appears and disappears a milliseconds.

                如何解决?

                我每天都在 Google 上搜索,但找不到解决方案.即使我为 ANDROID_SWT 设置路径它也无法运行.我怀疑Android SDK的安装包有bug.

                I Googled day by day but can't find a solution for this. Even I set path for ANDROID_SWT it also can't run. I suspect that Android SDK has bug in its installation package.

                • 安卓安装-sdk manager.exe不起作用

                Android 安装/SDK 管理器问题

                我已经筋疲力尽了,这是我最后一次尝试:

                I'm totally exhausted and this is the last my try:

                1. 卸载 JDK、Android SDK,移除所有 ANDROID 或 JAVA 环境变量
                2. 重新安装 JDK 和 Android SDK

                但没有任何改变.

                其实这是我第二次遇到这个问题.只有在为 Ant 和 Maven 添加了更多环境变量后,我才遇到了这个问题.这是摘要:

                Actually this is the second time I meet this problem. I got this problem only after I added more Environment variables for Ant and Maven. This is the summary:

                安装 Windows XP SP3 --> 安装 JDK --> 安装 Android SDK --> 打开 SDK Manager 就可以了!--> 在 "path" 变量中附加一些 Ant 和 Maven 的 "bin" 路径 --> 打开 SDK Manager 并且它没有打开 --> 我通过删除所有环境变量来回滚 --> SDK Manager 仍然没有打开!这很奇怪!--> 重装JDK和Android SDK就奇怪了,还是打不开!:(

                Install Windows XP SP3 --> Install JDK --> Install Android SDK --> Open SDK Manager and it works! --> append some more "bin" path of Ant and Maven in "path" variable --> Open SDK Manager and it doesn't open --> I rolled back by removing all environment variables --> SDK Manager still no opens! That's very strange! --> It is stranger when I reinstall JDK and Android SDK, it still no opens! :(

                推荐答案

                第 1 步:打开命令提示符.

                Step #1: Open up a command prompt.

                第 2 步:使用 cd 命令移动到安装 Android SDK 的位置.

                Step #2: Use the cd command to move to wherever you installed your Android SDK.

                第 3 步:运行 toolsandroid.

                如果这不起作用,您应该将信息转储到命令提示符以帮助您诊断设置问题.

                If that does not work, you should have information dumped to the command prompt that will help you diagnose your setup problem.

                这篇关于SDK Manager.exe 不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)
                    <bdo id='wWUmq'></bdo><ul id='wWUmq'></ul>

                      <small id='wWUmq'></small><noframes id='wWUmq'>

                        <tfoot id='wWUmq'></tfoot>

                          <i id='wWUmq'><tr id='wWUmq'><dt id='wWUmq'><q id='wWUmq'><span id='wWUmq'><b id='wWUmq'><form id='wWUmq'><ins id='wWUmq'></ins><ul id='wWUmq'></ul><sub id='wWUmq'></sub></form><legend id='wWUmq'></legend><bdo id='wWUmq'><pre id='wWUmq'><center id='wWUmq'></center></pre></bdo></b><th id='wWUmq'></th></span></q></dt></tr></i><div id='wWUmq'><tfoot id='wWUmq'></tfoot><dl id='wWUmq'><fieldset id='wWUmq'></fieldset></dl></div>
                          <legend id='wWUmq'><style id='wWUmq'><dir id='wWUmq'><q id='wWUmq'></q></dir></style></legend>

                            <tbody id='wWUmq'></tbody>