Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - Unable To Import #10

Closed
TurKurT656 opened this issue Mar 7, 2015 · 10 comments
Closed

Bug - Unable To Import #10

TurKurT656 opened this issue Mar 7, 2015 · 10 comments

Comments

@TurKurT656
Copy link

Hi,
I've tried to import both of ur libs as dependencies. but non of them imported.
I have this libs as my custom libs:

compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.androidanimations:library:1.1.3@aar'
compile 'com.joooonho:selectableroundedimageview:1.0.1'

@ongakuer
Copy link
Owner

ongakuer commented Mar 7, 2015

Any logs?

@TurKurT656
Copy link
Author

Just This:

Error:(27, 13) Failed to resolve: me.relex:circleindicator:1.0.0
Show in File
Show in Project Structure dialog

@ongakuer
Copy link
Owner

ongakuer commented Mar 7, 2015

What's your Android Studio version?

@TurKurT656
Copy link
Author

v1.1.0

@ongakuer
Copy link
Owner

ongakuer commented Mar 7, 2015

I have created a sample demo. Can you try this out?
Download

@TurKurT656
Copy link
Author

same bug

@ongakuer
Copy link
Owner

ongakuer commented Mar 8, 2015

Well , I think maybe it's your IDE problem.
You can copy the source code to your project

@TurKurT656
Copy link
Author

See this: http://stackoverflow.com/questions/28927986/android-studio-cant-resolve-dependencies
can u change ur gradle version to 1.1.0 and then upload ur lib?

dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

@ongakuer
Copy link
Owner

ongakuer commented Mar 8, 2015

I don't think so.
The demo yesterday you tried out, It gradle version was already 1.1.0. I could totally launch it.

@TurKurT656
Copy link
Author

I've find the problem. when i updated android studio, the IDE automatically checked offline mode. and that was the reason why i couldnt import new version libs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants