King Julien
King Julien

Reputation: 11308

Install ADT plugin on Aptana 3

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?

Upvotes: 8

Views: 17002

Answers (2)

Esteban Cairol
Esteban Cairol

Reputation: 11

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.

Upvotes: 1

Jasim Muhammed
Jasim Muhammed

Reputation: 1396

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

Upvotes: 6

Related Questions