Skip to content

Crash on SDK 16 #8

@talosdev

Description

@talosdev

On SDK 16 I get the following

Caused by: java.lang.IllegalArgumentException: Problem decoding into existing bitmap at
android.graphics.BitmapFactory.decodeResource(BitmapFactory.java:391)

Can be solved by adding

options.inSampleSize = 1;

inside the doInBackground() method.

Hint taken from this video:
https://www.youtube.com/watch?v=rsQet4nBVi8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions