I'm getting this Crop plugin error, while using this Crop plugin Crop function to my ionic 4 angular application. Can you please help me.
this is how I'm calling the Crop function :
this.crop.crop(this.ImagefilePath, { quality: 75 })
.then(
newImage => console.log('new image path is: ' + newImage),
error => console.error('Error cropping image', error)
);
Error : Error cropping image Unable to find explicit activity class {com.bosah.bosahapp/com.soundcloud.android.crop.CropImageActivity}; have you declared this activity in your AndroidManifest.xml?
I'm getting this Crop plugin error, while using this Crop plugin Crop function to my ionic 4 angular application. Can you please help me.
this is how I'm calling the Crop function : this.crop.crop(this.ImagefilePath, { quality: 75 }) .then( newImage => console.log('new image path is: ' + newImage), error => console.error('Error cropping image', error) );
Error : Error cropping image Unable to find explicit activity class {com.bosah.bosahapp/com.soundcloud.android.crop.CropImageActivity}; have you declared this activity in your AndroidManifest.xml?