Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想学kotlin,但是当我下载anko插件并重启我的Android studio时,我发现我的项目无法打开,我发现版本> 2.1的Android studio无法运行anko,我也没有想下载一个Android studio 2.1,我用的是Android studio 2.3
我正在使用AnkoAndroid Studio 2.3.2。
Anko
我想,我也有同样的问题,但是当我使用整个依赖项时: compile "org.jetbrains.anko:anko:0.10.0"
compile "org.jetbrains.anko:anko:0.10.0"
但是当我切换到它时它compile "org.jetbrains.anko:anko-commons:0.10.0"可以工作。
compile "org.jetbrains.anko:anko-commons:0.10.0"
我知道它不包含所有东西,但它可以满足我的需要。
希望能帮助到你。