crisp-sdk-android icon indicating copy to clipboard operation
crisp-sdk-android copied to clipboard

Error: "string too large to encode using UTF-8 written instead as 'STRING_TOO_LARGE'" after updating Android API level from 33 to 34

Open ankithatwar opened this issue 1 year ago • 2 comments

After updating the Android API level from 33 (Android 13) to 34 (Android 14), I have updated all required dependencies and configurations. However, upon syncing, cleaning, and rebuilding the project, I encountered the following error: "string too large to encode using UTF-8 written instead as 'STRING_TOO_LARGE'."

ankithatwar avatar Sep 13 '24 12:09 ankithatwar

Hi @ankithatwar and thank you for your feedback,

What version of the SDK you're using and what string it concerns? On our side, we use API 34 since last year and did not encounter any issue with strings too large and it has been a while since this issue has been fixed in 1.0.2, see issue #41.

Doc1faux avatar Sep 13 '24 13:09 Doc1faux

Hi @Doc1faux Thank you for quick response.

I'm also using API 34 and gradle version is 8.5.2 latest one.

ghost avatar Sep 13 '24 14:09 ghost