zhangxaochen
zhangxaochen

Reputation: 34047

An error occurred during project running after HUAWEI DTM is integrated and compiled

What should I do if "AAPT: error: not well-formed (invalid token)." is displayed during project running after DTM is integrated and compiled?

Upvotes: 0

Views: 72

Answers (1)

zhangxaochen
zhangxaochen

Reputation: 34047

Change the encoding format to UTF-8 by adding -Dfile.encoding=UTF-8 to the gradle.properties file of your project.

Upvotes: 1

Related Questions