Android IDE (AIDE) Support Forum

R.java file error, please help

I have this error please guide me to overcome this problem

Check your imports, example :“import com.mycompany.myapp.R*”, Try to delete build folder in your project, so AIDE will generate those files again, if error persist, there may be many reasons causing the problem, could be due to a package name mistyping, or due to a drawable name that has an incorrect name, or a bad dependency in your gradle file. Check one by one these files: build.gradle , manifest, folders names .

1 Like

OK thanks, I will try your solution.