android studio connot resolve
Posted 命运的绯色结局
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android studio connot resolve相关的知识,希望对你有一定的参考价值。
使用AS的时候,肯定会遇到这个问题。
我使用清除缓存都不能解决,不过无意中发现代码变了。
final Button select = (Button) findViewById(android.R.id.select111);
R 前面多了一个android,就是因为这个,导致的找不到属性。
以上是关于android studio connot resolve的主要内容,如果未能解决你的问题,请参考以下文章