Jose Amadeo Diaz Diaz
Jose Amadeo Diaz Diaz

Reputation: 485

Ceylon plugin failed in Android Studio

I recently saw it article in infoq:

https://www.infoq.com/news/2016/09/ceylon-13-android-support

I installed the plugin in Android studio 2.2 without problems. But when In the Android view, Right-click on app > Configure Ceylon in this Module

I got it:

Error:Class com.android.build.gradle.internal.scope.VariantScopeImpl does not implement the requested interface com.android.build.gradle.internal.scope.BaseScope

Upvotes: 0

Views: 70

Answers (2)

Bastien Jansen
Bastien Jansen

Reputation: 8846

This is actually a bug in the ceylon-gradle-android plugin, that has been fixed in 1.0.1.

Upgrade the version in app/build.gradle, resync the project and do Tools > Ceylon > Reset Ceylon model and it should work again.

Upvotes: 2

Gavin King
Gavin King

Reputation: 4303

I think (and hope) that if you update the Ceylon IDE plugin to the very latest version which was released two days ago, then this bug will be gone.

Here's the release notes.

Upvotes: 0

Related Questions