-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Throw error while compressing image #25
Comments
@kerm1it we need the absolute path for compression, if you wanna fix this issue then you can do like this for android
then you can send deskPath for compression |
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compressing image with path follow:
content://media/external/images/media/78550
It throw a error:
[Error: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference]
It look like
content://media/external/images/media/78550
is not identified.The text was updated successfully, but these errors were encountered: