凡是java官方,安卓API官網(wǎng)都屬于官方開發(fā)者網(wǎng)站,你可以利用里邊開源信息進行學(xué)習(xí)和開發(fā),例如:
成都創(chuàng)新互聯(lián)是一家專注于網(wǎng)站建設(shè)、成都網(wǎng)站制作與策劃設(shè)計,洛川網(wǎng)站建設(shè)哪家好?成都創(chuàng)新互聯(lián)做網(wǎng)站,專注于網(wǎng)站建設(shè)十余年,網(wǎng)設(shè)計領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:洛川等地區(qū)。洛川做網(wǎng)站價格咨詢:18982081108
但是我猜你是因為谷歌被封鎖,鏈接不上吧?
可以跳墻或者改下本地host文件
如圖位置:
在最后一行加一段IP地址就可以了,代碼如下:
# Copyright (c) 1993-1999 Microsoft Corp.
#?
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.?
#?
# This file contains the mappings of IP addresses to host names. Each?
# entry should be kept on an individual line. The IP address should?
# be placed in the first column followed by the corresponding host name.?
# The IP address and the host name should be separated by at least one?
# space.?
#?
# Additionally, comments (such as these) may be inserted on individual?
# lines or following the machine name denoted by a '#' symbol.?
#?
# For example:?
#?
# 102.54.94.97 rhino.acme.com # source server?
# 38.25.63.10 x.acme.com # x client host?
127.0.0.1 localhost
注意:一般不能直接保存這個文件的,會提示你被占用,所以教你個小技巧,可以先把文件復(fù)制到桌面上,然后修改,然后再覆蓋到原來C盤路徑里,這樣是可以的。
android的開發(fā)需要訪問android sdk的官網(wǎng):“developer.android.com”,但是由于連接經(jīng)常失敗,從而導(dǎo)致android sdk的下載很困難,這里提供一種方法,可以免費的訪問android developer官網(wǎng);
詳細可以參考這個,有圖解教程,希望可以幫到你
打開下面這個網(wǎng)頁:
往下翻動網(wǎng)頁,到達上圖處,根據(jù)你的系統(tǒng)點擊對應(yīng)下載鏈接即可下載該軟件,借助這個軟件你就可以打開Android官網(wǎng):
望采納,謝謝。
由于Google被屏蔽國內(nèi)已經(jīng)無法正常的訪問android的官網(wǎng)了
如果需要訪問android developer或是更新和下載SDK
需要作幾個設(shè)置:
使用國內(nèi)鏡像 鏡像地址在附件中端口80
使用工具進行連接
設(shè)置Eclipse的更新地址 將地址設(shè)置為 本機 端口8580
重新打開SDK Manager 將需要更新或者下載的選項勾上并按 Install Packages即可。