Skip to content

gradle requires @aar  #6

@RasmusKOlsen

Description

@RasmusKOlsen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions