0
It is difficult to specify exactly what is happening with the little information that is available, but looking at an example I had, what I can suggest is to change the name of the activity there inside the Manifest to:
<activity android:name=".MainActivity"
You don’t need the name of the package, maybe this is what’s screwing up. Perhaps this reply would be more appropriate for a comment but I don’t have enough reputation.
I hope I’ve helped.
We need the code. Also, Logcat is not relevant if the error is build. We need what appears in the "Messages" tab, which is the output of Gradle errors.
– Pablo Almeida
What code you are talking about Pablo. Because in the message tab there is nothing wrong.. says all is well...but the classes appear in red as if you were not declared. so far no one has been able to figure out the error.
– Legolas
Can you put a screenshot of this? Show what appears right after trying to compile.
– Pablo Almeida
as I said in the message tab there is no error. but look where the arrow is. this is an xml error because it does not recognize the Activity.
– Legolas