aydin321
پنج شنبه 13 مهر 1396, 11:13 صبح
با سلام به تازگی وقتی اندریود استودیو رو باز می کنم تمام کلاس ها به رنگ قرمز دیده میشن و در ارور ها این ارور رو نوشته ، لطفا کمکم کنید
FileNotFoundException: Entry fileTemplates//code/Google Test Fixture SetUp Method.cc.ft not found in F:/android-studio/lib/idea.jar
راه حل هایی در نت پیدا کردم ولی فایده نداشت از جمله :
Go to File->setting->editor->file and code templates, select Class in the files tab and write this
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end #parse("File Header.java") public class ${NAME} { }
FileNotFoundException: Entry fileTemplates//code/Google Test Fixture SetUp Method.cc.ft not found in F:/android-studio/lib/idea.jar
راه حل هایی در نت پیدا کردم ولی فایده نداشت از جمله :
Go to File->setting->editor->file and code templates, select Class in the files tab and write this
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end #parse("File Header.java") public class ${NAME} { }