Reputation: 3
I just want to learn kotlin,But when I download the anko plugin and restart my Android studio,I found that I can not open my project, I found that Android studio which has version > 2.1 can not run anko, and I also don not want to download a Android studio 2.1,I use Android studio 2.3
Upvotes: 0
Views: 717
Reputation: 17809
I am using Anko
with Android Studio 2.3.2.
I think, i also had same problem but when i used whole dependency:
compile "org.jetbrains.anko:anko:0.10.0"
But when i switch it to compile "org.jetbrains.anko:anko-commons:0.10.0"
it works.
I know it does not contains all the things, but it works for sth as much as i need.
Hope it helps.
Upvotes: 1