How to install Android 4.0 (API 14) in Eclipse?

天涯浪子 提交于 2019-12-11 10:23:55

问题


I am new to Android Development, I didn't know, how to install Android 4.0 in my eclipse tool? please help me.

Thanks in Advance


回答1:


You need to install the SDK

http://developer.android.com/sdk/installing/index.html

Then download the version you want in your case the 4.0 like this

http://developer.android.com/sdk/installing/adding-packages.html

You are developing on Eclipse so follow those steps to install the ADT plugin

http://developer.android.com/sdk/installing/installing-adt.html

And then start coding :)

http://developer.android.com/sdk/installing/next.html

Hope you liked and helped you :)




回答2:


Click on Android Sdk Manager in Eclipse . Now select the checkbox Android 4.0 and Click on Install Packages. Accept and Install.




回答3:


click android sdk manager in eclipse check android 4.0 -- and click install you are done




回答4:


You open the SDK manager either by double click or by Eclipse and then you select Android 4.0 and install.

Instructions for the plugin can be found here: http://developer.android.com/tools/sdk/eclipse-adt.html




回答5:


In Eclipse go to:

Window > Android SDK Manager

And now select the checkbox Android 4.1 and below hit on Install 6 packages

:)




回答6:


You have to update your ADT plug-in: In Eclipse, select Help > Install New Software and then write ADT. After the update you will be able to see Android 4 and later.



来源:https://stackoverflow.com/questions/12141169/how-to-install-android-4-0-api-14-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!