Created
September 26, 2019 11:38
-
-
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};
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Just add this activity --> | |
<activity | |
android:name="com.yalantis.ucrop.UCropActivity" | |
android:screenOrientation="portrait" | |
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/> |
Thanks you, it does work!
works, thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works! Thank you.