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 プラグインを2 日前にリリースされた最新バージョンに更新すると、このバグがなくなると思います(希望します)。

リリース ノートは次のとおりです。

于 2016-10-02T11:15:30.633 に答える