kukido / eclipser

Eclipser is an IntelliJ plugin. It converts Eclipse launch configurations into IntelliJ IDEA run configurations.
Apache License 2.0
37 stars 28 forks source link

Plugin "Eclipse" was not loaded: required plugin "Ant Support" not installed. #17

Closed DavePilks closed 8 years ago

DavePilks commented 9 years ago

After updating Android Studio, I get this error after I re-install Eclipser. And I cant fin this "AntSupprt" plugin in the repo. Am I missing something?

kukido commented 9 years ago

It seems that Android Studio does not have Ant support, even though it is based on IntelliJ platform. I'll have a look on how to make Ant support optional.

kukido commented 8 years ago

Per Android portal documentation Ant was replaced with Gradle as the build tool. I guess that's why Ant support was dropped from Android Studio.

kukido commented 8 years ago

I tried to add Ant plugin to Android Studio and unfortunately not succeeded. I'm going to remove Android Studio support from future version of Eclipser to provide consistent experience. Sorry about that.