简体   繁体   中英

Setting up Android Development Tools in Eclipse

If you download android SDK now, it comes with a custom eclipse with android fully installed on it, so way easier

Solved!, it was solved by downloading Eclipse Indigo, but as indicated online, they tell you to go to 'File>New>Other…>Android>Android Project' , but Android Project is not in the list?

So,

I recently wanted to start making a Java android app, and by going to developer.android.com, they told me, install Android SDK tools, so i did that, then in eclipse, i have to got to help, ad new software, and use this : Enter Android Development Tools in the Name field, and https://dl-ssl.google.com/android/eclipse/ in the Location field. , so i did that, and it keeps giving me this error :

(com.android.ide.eclipse.adt.feature.group 20.0.2.v201207191942-407447)
  Missing requirement: Android Development Tools 20.0.2.v201207191942-407447 (com.android.ide.eclipse.adt.feature.group 20.0.2.v201207191942-407447) requires 'org.eclipse.core.runtime 3.6.0' but it could not be found

i looked it up on google, but couldnt find anything... Does anyone now how to fix this?

Greets

I am using Eclipse Helios. Download Eclipse IDE for Java Developers from here & update it latest packages by goto to menu Help -> Check for new updates .

Download & install Android SDK.

To install ADT Plugin:

  1. Start Eclipse, then select Help > Install New Software.... Click Add, in the top-right corner.
  2. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:

    https://dl-ssl.google.com/android/eclipse/

  3. Click OK Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

  4. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  5. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  6. Read and accept the license agreements, then click Finish. Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
  7. When the installation completes, restart Eclipse.

Procedure to work with android in Eclipse juno is :

Step 1: Install jdk-7 version and then Install installer_r16-windows.exe

Step 2: now unzip the android-sdk and paste it into disk c android folder and replace all.

Step 3: now unzip the eclipse-juno.

Step 4: open eclipse ide and go to the help option and click on new software install option.

Step 5: click on archive and give the path to ur ADT-20.0.3 or any version and choose restart eclipse option.

Step 6: now two green button will be displayed on the left most upper side of eclipse.

Step 7: first click on small arrow type button and see all the packages are installed if not choose install package.

Step 8: now click on second big green button named AVD ie android virtual device.

Step 9: click on new and configure ram and all u want in your AVD.

Step 10: your AVD is on screen now.

(Using the comments to provide an answer)

Try using the latest version of Eclipse (Juno), or at least Eclipse Indigo. The newer version of the Android Framework might have dependencies that the latest versions of Eclipse provide.

If this is incorrect / doesn't work, let us know so we can update the solution.

You didn't install ADT plugins yet or something goes wrong.

Download ADT-20 form HERE

In eclipse goto--> Help --> Install new Software --> Select ADT-20.zip

For step-by-step instruction HOW TO INSTALL ANDROID see this

根据您给出的错误,它确定版本问题..您可能正在尝试添加其版本低于ADT-20的ADT,并且您的ecllips要求ADT-20 ..所以尝试提供包含ADT版本20的链接。仍存在问题请访问: http//developer.android.com/sdk/installing/installing-adt.html他们还为ADT-20.zip文件下载并下载并手动安装。

我遇到了同样的问题,我安装了Eclipse Indigo并且它工作得很完美...因为它的版本是3.7.2所以它应该可以正常工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM