Install the ADT plugin on Aptana 3

Is there a way to install the Android development plugin on aptana 3? I try 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 an error message in the sixth step:

Cannot complete the installation because one or more of the required items could not be found. Installed software: Android Traceview 12.0.0.v201106281929-138431 (com.android.ide.eclipse.traceview.feature.group 12.0.0.v201106281929-138431)

Any ideas?

+8
adt aptana
source share
3 answers
+7
source share

You need to install JDT tools for Aptana

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

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

+6
source share

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

It worked for me.

+1
source share

All Articles