Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用Android Studio做一些项目时,没有生成Activity.java、R.style、Manifest文件和一些其他必要的文件。
我搜索了谷歌,但我无法找到解决这个问题的方法。有没有人遇到过这个问题并提出解决方案?
删除对类的任何导入R.java。将光标移动到对任何按钮/布局/字符串/whatever-coming-from-R 的引用,删除最后一个字符,然后点击ctrl+space. Eclipse 将尝试对您进行代码提示,自动导入正确的R.java. 只是为了保持凉爽,清洁和重建。
R.java
ctrl+space