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 项目添加新活动:R 无法解析为变量 testActivity.java 我真的很想知道将新活动添加到我的项目的正确方法以及如何解决此错误?
你需要清理你的项目几次。保存代码并清理项目并确保您没有使用过 import andorid.R;
import andorid.R;
如何添加新活动:
super class
此外,请确保清理您的项目,关闭 Eclipse 并再次启动它。
最后,仔细检查您是否在清单文件中包含了新活动。