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} { }