Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Can't build a sample project. #7

Closed
dmitvitalii opened this issue Dec 22, 2016 · 7 comments
Closed

Can't build a sample project. #7

dmitvitalii opened this issue Dec 22, 2016 · 7 comments

Comments

@dmitvitalii
Copy link

dmitvitalii commented Dec 22, 2016

Android Studio 2.2.3, java-8 OpenJDK, Fedora 24. Just downloaded and opened project.

Error:(41, 13) Failed to resolve: org.jetbrains.anko:anko-sdk15:0.9.1

@jakoss
Copy link

jakoss commented Dec 26, 2016

Same problem with me

@carmas123
Copy link

+1

@NeverwinterMoon
Copy link

Version 0.9.1 is not available at jcenter (only previous release is), I solved this by adding maven { url 'https://dl.bintray.com/jetbrains/anko' } to allprojects repositories in root build.gralde, like so:


allprojects {
    repositories {
        jcenter()
        maven { url 'https://dl.bintray.com/jetbrains/anko' }
    }
}

@dmitvitalii dmitvitalii changed the title Can't build a samble project. Can't build a sample project. Dec 29, 2016
@justiceadamsUNI
Copy link

+1 @NeverwinterMoon Thank you for the help!

@yujiea
Copy link

yujiea commented Feb 6, 2017

@NekroMancer Thank you for your help !

@Pandosas
Copy link

Pandosas commented Feb 8, 2017

Helped me alot thanks ;D

@yanex
Copy link
Member

yanex commented May 11, 2017

The actual problem Kotlin/anko#313 is resolved so I think the issue may be closed.

@yanex yanex closed this as completed May 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants