I pasted activity android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat"/ to my manifest.xml and api 'com.theartofdev.edmodo:android-image-cropper:2.8.0' to my build.gradle. but i have an error like (Class referenced in the manifest, com.theartofdev.edmodo.cropper.CropImageActivity, was not found in the project or the libraries)
I pasted activity android:name="com.theartofdev.edmodo.cropper.CropImageActivity" android:theme="@style/Base.Theme.AppCompat"/ to my manifest.xml and api 'com.theartofdev.edmodo:android-image-cropper:2.8.0' to my build.gradle. but i have an error like (Class referenced in the manifest,
com.theartofdev.edmodo.cropper.CropImageActivity
, was not found in the project or the libraries)