DependenciesVersionChecker icon indicating copy to clipboard operation
DependenciesVersionChecker copied to clipboard

Doesn't work anymore with newest update on Android Studio 2.0 Beta 5

Open kevinvanmierlo opened this issue 9 years ago • 12 comments

As the title says, it doesn't work anymore. It gives me an error when I try to run it.

kevinvanmierlo avatar Feb 19 '16 09:02 kevinvanmierlo

The newest update broke it for me too, in the Event Log it says: Dependencies Version Checker: Error occurred when processing inputted script by gradle.

dvdmunckhof avatar Feb 19 '16 13:02 dvdmunckhof

Having the same issue

jacoplane avatar Feb 21 '16 11:02 jacoplane

Are you defining plugins using the plugin DSL? If so, then you can try using a buildscript block instead. I think the build script rewriting needs to detect and use whichever approach the project adopted.

ben-manes avatar Feb 24 '16 19:02 ben-manes

Version 1.2 of the plugin also is throwing an exception in Android Studio 1.5.1.

Plugin Error: Dependencies Version Checker threw an uncaught PluginException.
PluginException: VersionCheckWindow : Unsupported major.minor version 52.0 [Plugin: io.github.takuaraki.dvc]

I assume these are related to the recent attempts to make it work with 2.0 Beta? It should probably be backwards compatible until 2.0 is out of beta.

jon-adams avatar Feb 25 '16 15:02 jon-adams

+1

thebogusman avatar Feb 27 '16 21:02 thebogusman

idea seems great, tried to use it but have got the same error

+1

SteveYurka avatar Mar 03 '16 10:03 SteveYurka

Not work for me too, have beta7 and mac os

Log

Dependencies Version Checker: Error occurred when processing inputted script by gradle.

AlexeyKorshun avatar Mar 27 '16 04:03 AlexeyKorshun

+1

hereisderek avatar May 09 '16 03:05 hereisderek

+1

thecodeside avatar May 10 '16 08:05 thecodeside

I'm having the same issue has there ever been a solution to this?

seanmatabs avatar Feb 18 '17 04:02 seanmatabs

Supposedly Android Studio is building this feature directly in. This looks to be a problem due to the JDK versions (52.0 == JDK8). This plugin is delegating to the gradle-versions-plugin, so you could use that instead if JDK8 doesn't solve your problems.

ben-manes avatar Feb 18 '17 04:02 ben-manes

This plugin is still broken at this time.

However, since Android 2.2 there is a way to do this built-in now, via the Project Structure dialog. See How to check if gradle dependency has new version for the steps.

jon-adams avatar Feb 18 '17 04:02 jon-adams