android studio with Java compiler error: string too large to encode using UTF-8 written instead as 'STRING_TOO_LARGE'

后端 未结 16 1295
北恋
北恋 2020-12-03 06:45

When I clean the android project in android studio, the error happen, I have backed to previous commit or different branch, which works find couple days ago, but has this er

16条回答
  •  再見小時候
    2020-12-03 07:07

    clear your gradle in windows

    gradlew cleanBuildCache
    

    in mac

    ./gradlew cleanBuildCache
    

    then building you apk if your project has problem it will be show you in the 'Messages' view. location your problem and fix it. run agent.

提交回复
热议问题