Skip to content

Instantly share code, notes, and snippets.

@acip
Created September 26, 2019 11:38
Show Gist options
  • Save acip/7ee5debb2989c7ae871fc2f07825625f to your computer and use it in GitHub Desktop.
Save acip/7ee5debb2989c7ae871fc2f07825625f to your computer and use it in GitHub Desktop.
Fix for flutter image_cropper Unable to find explicit activity class {.../com.yalantis.ucrop.UCropActivity};
<!-- Just add this activity -->
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
@78sarmad
Copy link

78sarmad commented Aug 5, 2021

It works! Thank you.

@delCatta
Copy link

Thanks you, it does work!

@rossbroom99
Copy link

works, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment