How to Fix error of Unable to parse template Class in Android Studio

Unable to parse template class error in android studio... ##copy and paste in setting/editor/file and code templates/class #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != ““)package ${PACKAGE_NAME};#end #parse(“File “) public class ${NAME} { }
Back to Top