emilsjolander/StickyScrollViewItems

Can't import in Android Studio

Closed this issue · 6 comments

When try to import using android studio 0.3.1

Got this error
No such property: SONATYPE_USERNAME for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

I recently imported it with the same android studio version and didn't have any problems. Did you manage to fix it?

Yes, i ise the newest version and now the problem is solved, thanks

i just NOW downloaded android studio and got this issue. i can only assume that i'm running the latest version...

in your build.gradle project put this (not top build.gradle)

dependencies {
...
compile 'se.emilsjolander:StickyScrollViewItems:1.0.0@aar'
}

ok thanks it did help :D

Hit0 commented

I have the latest android studio version and make the same mistake of 1412