您好,登錄后才能下訂單哦!
下載安裝Android Studio
Android Studio 中文社區
1.Install Android Studio
Download Android Studio and Launch the downloaded EXE file.
Needs JDK 6 or greater.
安裝JDK:
JAVA_HOME | 指明JDK安裝路徑,就是剛才安裝時的路徑C:\Program Files\Java\jdk1.8.0_05,此路徑下包括lib,bin,jre等文件夾(此變量最好設置,因為以后運行tomcat,eclipse,ant 等都需要使用此變量) |
PATH | Path使得系統可以在任何路徑下識別java命令,設為: %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin |
CLASSPATH | CLASSPATH為java加載類(class or lib)路徑,只有類在classpath中,java命令才能識別,設為: .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar (要加.表示當前路徑) |
>javac -version
2.Adding SDK Packages
Android SDK Manger: Tools > Android > SDK Manager(From Android Studio)
3.Recommended Packages:
1)SDK Tools(Required): Keep this up to date.
2)SDK Platform-tools(Required): Must install this package when first install the SDK.
3)SDK Platform(Required): Recommend use the latest version as your build target. To run your app on older version, you must build against the latest version in order.
Get to know minSDKversion vs. Build Target, refer to uses-sdk-element <uses-sdk>
What API level should I target?
4)System Image(Recommended):Using the Emulator
It is recommended to download system p_w_picpaths of all versions of Andorid your app supports and test your app running on them with the emulator.
5)Android Support(Recommended): Includes a static library that supports older versions.
6)SDK Samples(Recommended): The source code you can use to learn about Android or reuse in your own app. One sample package for one Android platform version.
Tip: For easy access to the SDK tools from a command line, add the location of the SDK's tools/ and platform-tools to your PATH environment variable.
附:
A Problems connecting to the SDK repository
使用SDK Manager下載packages遇到connection problem,可以使用http代替https。
With the Android SDK Manager window open, select "Settings" in the left pane.
On the right, in the "Misc" section, check the checkbox labeled "Force https://... sources to be fetched using http://..."
Click Save & Apply.
B Adding New Sites
在第三方設備制造商的Android設備使用提供的第三方API庫,安裝他們的Android SDK add-on。如果SDK add-on repository 在他們的網站上,則在SDK Manager上添加他們的site:
Select Available Packages in the left panel.
Click Add Add-on Site and enter the URL of the repository.xml
file. Click OK.
Any SDK packages available from the site will now be listed under a new item named User Add-ons.
1.Creating an Android Project
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。