R cannot be resolved to a variable

后端 未结 29 1207
不知归路
不知归路 2020-11-28 14:14

I would like to fix this error

R cannot be resolved to a variable

I looked up many answers, but I could not get the right one;

29条回答
  •  佛祖请我去吃肉
    2020-11-28 15:12

    All the above suggestions should work normally, if you are still facing issue I suspect you are using 64bit OS and ADT is looking for 32bit binaries

    try executing below command in terminal and clean the project once

    sudo apt-get install ia32-libs
    

提交回复
热议问题