0

最近在infoq看到了它的文章:

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

我在 Android Studio 2.2 中安装了插件没有问题。但是当在 Android 视图中,右键单击应用程序 > 在此模块中配置 Ceylon

我知道了:

错误:类 com.android.build.gradle.internal.scope.VariantScopeImpl 没有实现请求的接口 com.android.build.gradle.internal.scope.BaseScope

4

2 回答 2

2

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.

于 2016-10-02T16:49:11.393 回答
0

认为(并希望)如果您将 Ceylon IDE 插件更新到两天前发布的最新版本,那么这个错误就会消失。

这是发行说明

于 2016-10-02T11:15:30.633 回答