pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.12k stars 257 forks source link

NoSuchMethod problem in Android Studio 0.4.4 #7

Closed JesusM closed 10 years ago

JesusM commented 10 years ago

There is a problem with the latest update of Android Studio (0.4.4). This is a little stacktrace:

NoSuchMethodError: org.jetbrains.android.facet.AndroidFacet.getAndroidModuleInfo()Lcom/android/tools/idea/gradle/AndroidModuleInfo;: org.jetbrains.android.facet.AndroidFacet.getAndroidModuleInfo()Lcom/android/tools/idea/gradle/AndroidModuleInfo;

The plugin doesn't work at all.

Great work, and sorry for my bad english

pbreault commented 10 years ago

Just saw this when updating android studio a couple minutes ago... I'll push a fix ASAP

pbreault commented 10 years ago

Hi @JesusM, The issue has been fixed and the plugin is now available in the plugin repository. If you don't get the update prompt, here is the way to go:

  1. Go to Settings -> plugins
  2. Right click "ADB Idea"
  3. Select "Reload Plugin List"
  4. Right Click again and select "Update Plugin"

Enjoy!

JesusM commented 10 years ago

Thanks @pbreault !

you're making a great work!