Class referenced in the manifest,
com.theartofdev.edmodo.cropper.CropImageActivity, was not found in the project or the libraries
CropImageActivity is not working in Android.
I tried to change the manifest.xml files and update the build.gradle dependencies but nothing worked,
Please Update
The solution is in Setting.gradle (project setting)
only put
jcenter()
maven { url 'https://jitpack.io' }
in the following:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With