Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install ADT plugin on Aptana 3

Tags:

adt

aptana

Is there a way to install android development tool plugin on aptana 3? I'm trying to install the plugin on aptana instead of eclipse according to this tutorial http://developer.android.com/sdk/eclipse-adt.html#installing but I get the error message on 6th step:

Cannot complete the install because one or more required items could not be found. Software being installed: Android Traceview 12.0.0.v201106281929-138431 (com.android.ide.eclipse.traceview.feature.group 12.0.0.v201106281929-138431)

Any ideas?

like image 249
King Julien Avatar asked Aug 29 '11 20:08

King Julien


2 Answers

You need to install JDT tools for Aptana

http://wiki.appcelerator.org/display/tis/Installing+the+Java+Development+Tools

Follow this tutorial to install JDT, then you can install ADT

like image 78
Jasim Muhammed Avatar answered Sep 19 '22 01:09

Jasim Muhammed


Go to Help > Install New Software > Click on the link "Available Software Sites" bellow the "Add" button > Click on "Eclipse Helios Update Site" > OK.

This worked for me.

like image 33
Esteban Cairol Avatar answered Sep 21 '22 01:09

Esteban Cairol