Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 gradle 用于我的 android 应用程序。但是当我构建它时,我遇到了一些错误,例如“error:need';'”。而且我在使用非英语单词的地方也遇到了一些奇怪的单词。所以我猜它的原因可能是charset.So 我如何设置 charset=utf-8 of gradle?
您可能需要设置file.encodingJava 系统属性。一个很好的方法是通过GRADLE_OPTS环境变量。
file.encoding
GRADLE_OPTS