Skip to content
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

gradle requires @aar #6

Open
RasmusKOlsen opened this issue Jul 31, 2014 · 1 comment
Open

gradle requires @aar #6

RasmusKOlsen opened this issue Jul 31, 2014 · 1 comment

Comments

@RasmusKOlsen
Copy link

Hi.

When trying to use gradle to install this, it seems I needed to do the following:
compile 'com.iainconnor:objectcache:0.0.18-SNAPSHOT@aar' to get gradle to download correctly - otherwise it tried to grab a jar file that could not be found.

Also required me to add xmlns:tools="http://schemas.android.com/tools" to my application manifest and use tools:replace="android:icon,android:theme" in the application tag to get it to work.

It took quite a while for me to figure this out - being new to gradle - so I wanted to share it here. I don't know if this is an error in the way things are set up here, or a gradle/android studio error.

@emce
Copy link

emce commented Apr 1, 2015

And the good thing would be (after of course stabilizing the library) push it to Maven Central...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants