Android SDK Readme.txt翻譯

自己覺得英語忘記的差不多了,隨便找了點文字翻譯翻譯。翻的哪裏不對還請大家指點。 

歡迎使用android SDK!Android SDK壓縮包剛下載下來只是包括了一些基本的SDK工具。不包括android平臺或者其他第三方庫。實際上,它甚至沒有完全包括你開發一個Android程序所需要的所用工具。爲了開始開發android程序,你必須使用 SDK 管理器來安裝 平臺工具包 和最新的Android 平臺。

爲了開始開發android程序,你必須使用 SDK 管理器來安裝平臺工具包和最新的Android 平臺。平臺工具包 裏面有編譯需要的工具,爲了能夠支持最新的android平臺的新特徵,這些工具是可以定期更新的(這就是爲什麼我們把它和基本的SDK分開的原因),包括adb,dexdump以及其他的一些工具。安裝平臺工具包,android 平臺以及 其他的附加組件,你需要連接網絡。所以如果你需要在沒有網絡的情況下使用SDK,請先確保你下載了必要的組件。運行 “SDK Manager.exe” 這個程序,啓動SDK 管理器。從命令行你可以直接敲入下面這個命令來更新:
tools\android.bat update sdk –no-ui
提示:可以使用 –help 來查看各種命 令行項。
更多信息,請參考 android 官方網站 http://developer.android.com/sdk/
 
Welcome to the Android SDK!
The Android SDK archive initially contains only the basic SDK tools. It does
not contain an Android platform or any third-party libraries. In fact, it
doesn’t even have all the tools you need to develop an application.
In order to start developing applications, you must install the Platform-tools
and at least one version of the
Android platform, using the SDK Manager.
Platform-tools contains build tools that are periodically updated to support new
features in the Android platform (which is why they
are separate from basic
SDK tools), including adb, dexdump, and others.
To install Platform-tools, Android platforms and other add-ons, you must
have an Internet connection,
so if you plan to use the SDK while
offline, please make sure to download the necessary components while online.
To start the SDK Manager, please execute the program “SDK
Manager.exe”.
From the command-line you can also directly trigger an update by
executing:
tools\android.bat update sdk –no-ui
Tip: use –help to see the various command-
line options.
For more information, please consult the Android web site at
http://developer.android.com/sdk/
 
翻譯和原文對比:
Welcome to the Android SDK!
歡迎使用android SDK。
The Android SDK archive initially contains only the basic SDK tools.
Android SDK壓縮包剛下載下來只是包括了一些基本的SDK工具。
It does
not contain an Android platform or any third-party libraries.
不包括android平臺或者其他第三方庫。
In fact, it
doesn’t even have all the tools you need to develop an application.
實際上,它甚至沒有完全包括你開發一個Android程序所需要的所用工具。
 
In order to start developing applications, you must install the Platform-tools
and at least one version of the Android platform, using the SDK Manager.
爲了開始開發android程序,你必須使用 SDK 管理器來安裝 平臺工具包 和最新的Android 平臺。
Platform-tools contains build tools that are periodically updated to support new
features in the Android platform (which is why they are separate from basic
SDK tools),
including adb, dexdump, and others.
平臺工具包 裏面有編譯需要的工具,爲了能夠支持最新的android平臺的新特徵,這些工具是可以定期更新的(這就是爲什麼我們把它和基本的SDK分開的原因),包括 adb,dexdump以及
其他的一些工具。
 
To install Platform-tools, Android platforms and other add-ons, you must
have an Internet connection, so if you plan to use the SDK while
offline, please make sure to
download the necessary components while online.
安裝平臺工具包,android 平臺以及 其他的附加組件,你需要連接網絡。所以如果你需要在沒有網絡的情況下使用SDK,請先確保你下載了必要的組件。
 
To start the SDK Manager, please execute the program “SDK Manager.exe”.
運行 “SDK Manager.exe” 這個程序,啓動SDK 管理器。
From the command-line you can also directly trigger an update by
executing:
tools\android.bat update sdk –no-ui
Tip: use –help to see the various command-line options.
 
從命令行你可以直接敲入這個命令來更新:
tools\android.bat update sdk –no-ui
提示:可以使用 –help 來查看各種命令行選項。
For more information, please consult the Android web site at
http://developer.android.com/sdk/
更多信息,請參考 android 官方網站 http://developer.android.com/sdk/
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章