jeduan / cordova-plugin-crop

Crop an image in Cordova
MIT License
114 stars 170 forks source link

Error cropping image Unable to find explicit activity class #81

Open arushraj opened 4 years ago

arushraj commented 4 years ago

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?

akkivinaya commented 4 years ago

Anybody faced this issue? Similar issue I am facing too.