android-oauth-client icon indicating copy to clipboard operation
android-oauth-client copied to clipboard

Gradle Sync Does Not Work In Later Versions

Open redfieldp opened this issue 11 years ago • 3 comments

On attempting to sync 0.1.0 or 0.2.0 over gradle in Android Studio, I get an error that the android-oauth-client "uses libraries when it is not a library itself". Sync works fine on the earlier version of 0.0.3 I am attempting to grab a later version to get fullscreen support for the dialog.

redfieldp avatar Oct 08 '14 21:10 redfieldp

Apparently this bug only happens with support libraries after 20.0.0 If you downrev to 19.1.+ the error goes away. However, definitely still an issue moving forward.

redfieldp avatar Oct 09 '14 16:10 redfieldp

I believe that the fix is to change the packaging in the pom.xml to aar instead of jar

jdecew avatar Mar 06 '15 18:03 jdecew

blocking me from using 0.4.5...

issue appears as from 0.0.6!

details: compileSdkVersion 22 buildToolsVersion "22.0.1"

axd1967 avatar May 21 '15 12:05 axd1967