Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Error cropping image Unable to find explicit activity class #81

Open
arushraj opened this issue May 9, 2020 · 1 comment
Open

Error cropping image Unable to find explicit activity class #81

arushraj opened this issue May 9, 2020 · 1 comment

Comments

@arushraj
Copy link

arushraj commented May 9, 2020

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants