You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: