Skip to content

Wiki update #84

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

Closed
vanesca88 opened this issue Aug 9, 2021 · 1 comment
Closed

Wiki update #84

vanesca88 opened this issue Aug 9, 2021 · 1 comment

Comments

@vanesca88
Copy link

Wonderful library!

Just wanted to point out that I tried following the Asset Usage wiki page:
https://github.com/StringCare/AndroidLibrary/wiki/Assets-Usage

And for me, retrieving the JSON objects (encrypted) from assets didn't work.
My app kept crashing.

Later I found that I adding:

aaptOptions {
noCompress "json"
}

only worked, if I deleted the app from my device first.
Like a reset. Otherwise the noCompress isn't applied by Android Studio.

Could you perhaps add a line at the top of the page, telling fellow developers that they might have to delete their app first.
Something like:

"Before start, you'll need to configure the extensions not to be compressed.
And also don't forget to delete the app from your device first, otherwise aaptOptions won't work:"
Trying to help future devs :)

Once again, thank you.

@efraespada
Copy link
Member

Wiki updated, thanks! ;)

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

2 participants