Skip to content
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

Asset file doesn't exist error throws on some stickers #4

Open
IshanUdyoga opened this issue Dec 31, 2018 · 0 comments
Open

Asset file doesn't exist error throws on some stickers #4

IshanUdyoga opened this issue Dec 31, 2018 · 0 comments

Comments

@IshanUdyoga
Copy link

After spending two days finally found the solution for this error .

Add this to Android/app/build.gradle
`
android {

 aaptOptions {
    noCompress "webp"
}

...
}
`
hope this help for someone.. :-)

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

No branches or pull requests

1 participant