Trao đổi với tôi

http://www.buidao.com

1/29/18

[Android] Unable to parse template "Class" Error message: This template did not produce a Java class or an interface

Android Studio báo lỗi:


Sử lỗi như sau:

Go to File->setting->editor->file and code templates, select Class in the files tab and paste this:

 #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end #parse("File Header.java") public class ${NAME} { }