In Android Studio imported a new project. During startup, a compilation error occurs with the following content: error: string to large to encode using UTF-8 written instead as 'STRING_TOO_LARGE'
The network for this information found only 2 links, namely, HERE and EGS , which have the same problem, but there is really no solution. In principle, by the content of the error, it is clear that there was an error in coding large strings using UTF-8.
There are no such strings in strings.xml .
In the drawabl e folder there are a lot of files in which almost all files (and there are a lot of them) have warnings like: Very long vector path (5745 characters), which is bad for performance. Consider reducing, remove minor details or rasterising vector.
Be so kind as to tell me what methods you can use to get rid of this error. Thank.
--debugor--stacktraceto see which file is causing the problem - Valeriy Andrikeev