kevinsawicki / wishlist

Utilities I wish Android had but doesn't
385 stars 105 forks source link

Android Bootstrap #14

Open ikermart opened 9 years ago

ikermart commented 9 years ago

Hi, 2 days ago this library started to show this issue: on android studio package com.github.kevinsawicki.wishlist does not exist My gradle (compile 'com.github.kevinsawicki:wishlist:0.9') configuration didn't change, so I'm assuming that something has changed on the maven repository, any idea how to solve this problem?

sas101 commented 9 years ago

The apklib packaging of this project is not compatible with the android gradle plugin, which uses aar packaging now. See here for a long explanation: https://stackoverflow.com/questions/15173923/external-android-library-projects-with-gradle

v1p commented 9 years ago

Is there a way that an aar for this library can be made available?

melug commented 9 years ago

https://github.com/friberry/mvn-repo/find/master aar library. here's how to include from local file system: http://stackoverflow.com/questions/24506648/adding-local-aar-files-to-gradle-build-using-flatdirs-is-not-working/28816265#28816265