现在用到android 的多个版本适配 , 换了个新环境 , 重新配置了android 的开发环境,哪想到遇到了很多小问题. 今天又遇到了 android sdk manager 无法更新的问题. 安照 这个改hosts 文件 的方法,解决了此问题:
解决方法:
第一步:修改hosts文件
修改后的hosts 文件内容为:
127.0.0.1 localhost #Google主页 203.208.46.146 www.google.com #这行是为了方便打开Android开发官网 现在好像不VPN也可以打开 74.125.113.121 developer.android.com #更新的内容从以下地址下载 203.208.46.146 dl.google.com 203.208.46.146 dl-ssl.google.com ****************************************
如图:
第二步、在Android SDK Manager的Tool->Option选项中把https的资源获取方式强制换成http协议获取的方式。如图:
30 Day Challenge Day 11 | Leetcode 11. Container With Most Water
30 Day Challenge Day 10 | Leetcode 701. Insert into a Binary Search Tree
30 Day Challenge Day 10 | Leetcode 1. Two Sum
30 Day Challenge Day 10 | Leetcode 3. Longest Substring Without Repeating Characters
30 Day Challenge Day 9 | Leetcode 425. Word Squares
30 Day Challenge Day 8 | Leetcode 200. Number of Islands
30 Day Challenge Day 7 | Leetcode 235. Lowest Common Ancestor of a Binary Search Tree
30 Day Challenge Day 7 | Hackerrank: Tree: Huffman Decoding
30 Day Challenge Day 6 | Leetcode 92. Reverse Linked List II