You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Half-hour ago everything was okay, then i cleaned and rebuild my project for unrelated reasons, and then the android studio can't resolve it anymore.
Here's the graddle that i use: compile group: "com.github.vikramkakkar", name: "SublimeNavigationView", version: "dev-SNAPSHOT", changing: true
I also tried: compile 'com.github.vikramkakkar:SublimeNavigationView:dev-df7ecdadaa-1'
Neither is working, and in the last try the error message was: Error:Project app: apk dependencies can only be jars. com.github.vikramkakkar:SublimeNavigationView:aar:dev-SNAPSHOT is an Android Library.
The text was updated successfully, but these errors were encountered:
Sorry for the delay, but later it appeared to random, it would fail 3 times and work one, then continued work for sometime, then starting to failing again, it was very weird.
Half-hour ago everything was okay, then i cleaned and rebuild my project for unrelated reasons, and then the android studio can't resolve it anymore.
Here's the graddle that i use:
compile group: "com.github.vikramkakkar", name: "SublimeNavigationView", version: "dev-SNAPSHOT", changing: true
I also tried:
compile 'com.github.vikramkakkar:SublimeNavigationView:dev-df7ecdadaa-1'
Neither is working, and in the last try the error message was:
Error:Project app: apk dependencies can only be jars. com.github.vikramkakkar:SublimeNavigationView:aar:dev-SNAPSHOT is an Android Library.
The text was updated successfully, but these errors were encountered: