Android plugin

Any update on the Android plugin? I would hate to have to use Eclipse just for Android.

0
5 comments

Hello Vinay,

Any update on the Android plugin? I would hate to have to use Eclipse
just for Android.


The latest version of the Android plugin was released quite recently:
http://plugins.intellij.net/plugin/?id=1792

The plugin is currently under active development. If you're running into
some problems or there's some missing functionality that you would like to
see, please let us know.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Frederic Donckels

yole wrote:

The plugin is currently under active development. If you're running into

some problems or there's some missing functionality that you would like to
see, please let us know.

I submitted this:
http://www.jetbrains.net/jira/browse/IDEA-22635

one missing functionality, for me, is to be able to run my app from IJ correctly.

0

Using 8.1 idea and the latest Android plug in I keep seeing

Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(181,493),absolute(484,951),button=1,modifiers=Button1,clickCount=1] on dialog1: Argument 0 for @NotNull parameter of org/jetbrains/android/facet/AndroidFacetConfiguration.isAndroid15Sdk must not be null
java.lang.I)legalArgumentException: Argument 0 for @NotNull parameter of org/jetbrains/android/facet/AndroidFacetConfiguration.isAndroid15Sdk must not be null
    at org.jetbrains.android.facet.AndroidFacetConfiguration.isAndroid15Sdk(AndroidFacetConfiguration.java)
    at org.jetbrains.android.facet.AndroidFacetConfiguration.getAndroidSdk(AndroidFacetConfiguration.java:85)
    at org.jetbrains.android.facet.AndroidFacet.getAvdManager(AndroidFacet.java:159)

and similar errors

There seems to be no way to configure the plug-in which does not crash

Are you assuming an environment variable or a system location for the SDK (mine is in U:\ThirdParty) ???

0

Please sign in to leave a comment.