Install ADT plugin on Aptana 3 - 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?

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

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.

Related

Unable to download Git plugin from Visual Studio 2015

I am trying to download GIT plugin via URL : https://github.com/OSAMES/ionic-Select-Control.git
in Visual Studio 2015 (update 2 ) I opened config.xml (in designer), then in Plugins section, I clicked on Custom and selected Git option. Entered above URL and clicked Arrow button.
However, it is giving error as "Plugin download failed from URL: https://github.com/OSAMES/ionic-Select-Control.git"
The URL works in browser.
Any idea? There can't be proxy issue with VS 2015 update 2 as I was able to download another plugin yesterday.
Thank you
I just tested at the moment and I have not encountered any problem with bower install ionic-select-control --save
Have you made a npm init before launch bower ?
In fact this plugins is for Ionic not for Cordova and need also angularjs.
I do not think it is possible to adapt to Cordova.
The only solution would be to develop a specific plugin for Cordova.
Edit: I test on new Cordova project in vs2015U2. My solution if you not use command line is to edit bower.json, add ionic-select-control dependencies
and after in solution explorer, right click on dependencies and click restore packages in menu.
VisualStudio 2015 request npm.org to fill intelisence for auto completing and find packages names
You can install it by ID, like ionic-select-control.
But it is not a Cordova plugin, so just install it with bower. This window is for installing Cordova plugins only.
I was able to resolve this by adding .bowerrcc file to my solution. The file was added and edited to have proxy configuration. For example:
{
"directory": "www/lib",
"registry": "http://bower.herokuapp.com",
"proxy" : "http://xx.xx.xx.xx:8080",
"https-proxy" : "http://xx.xx.xx.xx:8080",
"strict-ssl" : false
}

How to install Symfony2-plugin into Aptana

I am using Aptana 3.4.2 and want to get Symfony2-plugin into Aptana. But if I try to install the plugin it says that org.eclipse.emf.ecore.feature.group is missing. So if I try to install this package (http://download.eclipse.org/technology/dltk/updates/) it will say that something else is missing.
So I need to install this Symfony2-plugin. How can I get it into Aptana?
There doesn't seem to be any official support for Symfony 2 on Aptana, however this might be of help; you can use the aptana plugin on top of eclipse; however that also has a couple of incompatibilities. Probably worth considering an IDE such as NetBeans or PHPStorm, or using Aptana solely as an editor.

aptana 2.0.5 & emmet plugin

after installing emmet (from http://emmet.io/eclipse/updates/ ) i received this message below:
Cannot complete the install because one or more required items could not be found.
Software being installed: Emmet for Eclipse 1.0.0.201303162055 (io.emmet.eclipse.feature.group 1.0.0.201303162055)
Missing requirement: Emmet for Eclipse 1.0.0.201303162055 (io.emmet.eclipse 1.0.0.201303162055) requires 'bundle org.eclipse.core.expressions 3.4.300' but it could not be found
Cannot satisfy dependency:
From: Emmet for Eclipse 1.0.0.201303162055 (io.emmet.eclipse.feature.group 1.0.0.201303162055)
To: io.emmet.eclipse [1.0.0.201303162055]
With aptana 3.0 it works fine.
Looks like it doesn’t work in Aptana 2.0 since it’s Eclipse core is very outdated. Try to use latest Eclipse and install Aptana as plugin into it
Just update your Aptana! , then it will work better:)

Uninstall plugin from Aptana Studio 3?

How can I uninstall a plugin from Aptana Studio 3? I can't seem to find a menu option for removal. I found some search results talking about removing plugins from Aptana Studio 2 but nothing for Aptana Studio 3.
You can do this as following:
Go to 'About Aptana Studio' (or simply about). On Windows this should be under 'Help'. On Mac it's the left-most menu. There you can click on Installation Details and their you can remove / change your configuration.
....there is a .txt file in your Aptana installation folder called fulluninstall.txt containing info. or you can just follow this link to uninstallation wiki:
https://wiki.appcelerator.org/display/tis/Uninstalling+Studio
It's on the same page, where you install new software:
Help > Install New Software
Under the checkbox "Hide items that are
already installed"
There is a link "What is already installed?"
Press this link you can see what plugins do you actually have and manage them (update, remove..)

Adding new software to Aptana

I'm using Aptana IDE which is like (Eclipse)
I want to install new plugins using Help > install new software
and add the following link
http://www.spket.com/update/
It views the following error:
contacting software sites has encountered a problem
No repository found at http://www.spket.com/update/
What is the problem>
Here is the solution to my question
http://drfits.com/2011/11/13/eclipse-contacting-software-sites-has-encountered-a-problem/

Resources