redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
234 stars 64 forks source link

Invalid byte 1 of the 1-byte UTF-8 sequence. #450

Open vensantai opened 11 months ago

vensantai commented 11 months ago

version : 2.23 Gradle version :8.2.1 & 8.0.2 AGP : 8.1.0 & 8.0.1

I am first time to import the lib using Gradle, but when I build my project it make something error like below:

Failed to transform plexus-interactivity-api-1.0-alpha-4.jar (org.codehaus.plexus:plexus-interactivity-api:1.0-alpha-4) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. Execution failed for JetifyTransform: /Users/vensan/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-interactivity-api/1.0-alpha-4/a8f1178664a5457eef3f4531eb62f9505e1295f/plexus-interactivity-api-1.0-alpha-4.jar. Failed to transform '/Users/vensan/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-interactivity-api/1.0-alpha-4/a8f1178664a5457eef3f4531eb62f9505e1295f/plexus-interactivity-api-1.0-alpha-4.jar' using Jetifier. Reason: JDOMParseException, message: Error on line 115: 1-byte UTF-8 序列的無效位元組 1。. (Run with --stacktrace for more details.) Suggestions:

  • Check out existing issues at https://issuetracker.google.com/issues?q=componentid:460323&s=modified_time:desc, it's possible that this issue has already been filed there.
  • If this issue has not been filed, please report it at https://issuetracker.google.com/issues/new?component=460323 (run with --stacktrace and provide a stack trace if possible). Failed to transform plexus-utils-1.0.2.jar (plexus:plexus-utils:1.0.2) to match attributes {artifactType=enumerated-runtime-classes, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. Execution failed for JetifyTransform: /Users/vensan/.gradle/caches/modules-2/files-2.1/plexus/plexus-utils/1.0.2/dc78334ccdd2fd86580e9eaf0c32a7db3369bb3b/plexus-utils-1.0.2.jar. Failed to transform '/Users/vensan/.gradle/caches/modules-2/files-2.1/plexus/plexus-utils/1.0.2/dc78334ccdd2fd86580e9eaf0c32a7db3369bb3b/plexus-utils-1.0.2.jar' using Jetifier. Reason: JDOMParseException, message: Error on line 120: 1-byte UTF-8 序列的無效位元組 1。. (Run with --stacktrace for more details.) Suggestions:
  • Check out existing issues at https://issuetracker.google.com/issues?q=componentid:460323&s=modified_time:desc, it's possible that this issue has already been filed there.
  • If this issue has not been filed, please report it at https://issuetracker.google.com/issues/new?component=460323 (run with --stacktrace and provide a stack trace if possible).