-
Notifications
You must be signed in to change notification settings - Fork 227
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
import error #17
Comments
You havn't add dependency for ASNECore As I can guess you set dependency as
If so you get only asne-twitter without inner dependency, so you need to add
or just use
|
I'm trying to like this compile 'com.github.asne:asne-twitter:0.2.1' and get an error |
Interesting try to reproduce this error, but can't |
FAILURE: Build failed with an exception.
|
when I create a new project it all works, and this has nothing does not help ( |
Caused by: org.gradle.api.internal.artifacts.ivyservice.ModuleVersionNotFoundException: Could not find com.github.asne:ASNECore:0.2.1. |
I replaced mavenCentral () on jcenter () and it worked) |
ty! |
Hi, I'm writing compile 'com.github.asne:asne-twitter:0.2.1' and I get the following error:
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':pettoyou'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
how can I be???
The text was updated successfully, but these errors were encountered: