I am having trouble adding new activity to my android Project because of this error
error MSG:
R cannot be resolved to a variable testActivity.java
I really want to know what is correct way to add new activity to my project and how to solve this error?
I am having trouble adding new activity to my android Project because of this
Share
How to add a new activity:
super classfield: android.app.ActivityAlso, make sure you clean your project, close Eclipse and launch it again.
Finally, double check that you included your new activity in your manifest file.