Android Studio Setup Project module encoding to troubleshoot problems with garbled Android Studio Project runtime

Source: Internet
Author: User

The project setup logic for Android Studio is very different from eclipse, and the action performed is File->setting->file encodings then set:

Opening the module's Build.gradle file modifies the encoding used by the compiler and, through the above settings, only affects the encoding of the contents of the file you see in the editor view inside the IDE. The encoding used by the compiler also needs to be set separately, otherwise the Gradle default using UTF-8 encoding and the actual encoding of the file is inconsistent, it will cause the program to run when the display garbled.
The Gradle configuration encoding is configured in the Build.gradle script file. Add the following configuration on the line.

Android {... compileoptions {encoding "GBK"}}

If you only set the encoding for a file, open the file directly in Android Studio, and right-click it to the option of the file encoding.




Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Android Studio Setup Project module encoding to troubleshoot problems with garbled Android Studio Project runtime

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.