zoukankan      html  css  js  c++  java
  • Android ADT离线更新办法

    Troubleshooting ADT Installation


    If you are having trouble downloading the ADT plugin after following the steps above, here are some suggestions:

    • If Eclipse can not find the remote update site containing the ADT plugin, try changing the remote site URL to use http, rather than https. That is, set the Location for the remote site to:
      http://dl-ssl.google.com/android/eclipse/
    • If you are behind a firewall (such as a corporate firewall), make sure that you have properly configured your proxy settings in Eclipse. In Eclipse, you can configure proxy information from the main Eclipse menu inWindow (on Mac OS X, Eclipse) >Preferences > General > Network Connections.

    If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT zip file to your local machine and manually install it:

    1. Download the ADT Plugin zip file (do not unpack it): 
      PackageSizeMD5 Checksum
      ADT-22.3.0.zip 14493723 bytes 0189080b23dfa0f866adafaaafcc34ab
    2. Start Eclipse, then select Help > Install New Software.
    3. Click Add, in the top-right corner.
    4. In the Add Repository dialog, click Archive.
    5. Select the downloaded ADT-22.3.0.zip file and click OK.
    6. Enter "ADT Plugin" for the name and click OK
    7. In the Available Software dialog, select the checkbox next to Developer Tools and clickNext.
    8. In the next window, you'll see a list of the tools to be downloaded. ClickNext.
    9. Read and accept the license agreements, then click Finish.   

      If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.

    10. When the installation completes, restart Eclipse.
  • 相关阅读:
    地址级联选择器(element-china-area-data插件)
    el-table在每一行拿到对应的index(scope.$index)
    el-table中的label换行问题(重点white-space)
    调用outlook来发送邮件
    利用apifox来测试API
    注解@ConfigurationProperties使用方法
    异步加载js,兼容IE
    Exceptionless安装的一些坑
    MVC 源码系列之控制器执行(二)
    MVC 源码系列之控制器执行(一)
  • 原文地址:https://www.cnblogs.com/danyubin/p/3495821.html
Copyright © 2011-2022 走看看