android - Grade sync failing after adding a library -


this library using: https://github.com/arthurhub/android-image-cropper

the grade sync fails after adding it. before that, there no problem.

enter image description here

apparently, library using uses older version of support library v25.3.1, , conflicting 1 have. try following:

compile ('com.theartofdev.edmodo:android-image-cropper:2.4.+') {         exclude group: 'com.android.support' } 

however there no guarantees library work considering different version.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -