Android Stduio cannot resolve symbol R -
hello facing weird issues android studio editor show error "cannot resolve symbol r" in files, project builded , working fine, can install app , use on device "gradle" dont throwing errors.
i tripple check , every thing fine make sure every thing updates build clean invlidate cahce infinty times no solution checked allready releted in stackoverflow nothing work,
in project there 2 modules 1 library , 1 app include library in library have no such error in app moudle getting error when trying access resources app moudle
the problem r file big pass limit of r file size, in order solve needed increase putting line in idea.properties file idea.max.intellisense.filesize=10000
Comments
Post a Comment