-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Attribute not allowed here. #448
Comments
still having the same problem |
Did you solve the problem? |
How could install a brand new android studio, it's not working?! |
unsubscribe
…On Fri, Apr 10, 2020 at 12:31 AM hereshemo ***@***.***> wrote:
I just faced this kind of issue and fixing this is really simple, you just
need to click on menubar File -> Invalidate Cache / Restart and then
restart the Android Studio. Voila!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#448 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHGFQB6UOLHDS4TJMSQCA23RLY5DDANCNFSM4HF4VALA>
.
|
I also have the same issue but couldn't find any solution till now.
|
The same Problem I was Facing but I use the following trick that worked for me. Go to File Section then click on Invalidate Caches/Restart I hope After doing this issue should be solved. |
@kunal170 I have tried this but the issue remains. :( |
@gOgRABgEEK so I think the last option remains is copy the content of your project to somewhere else and delete the existing project and create new one and paste the content. |
activity_main.xml is giving an error when setting the height and width of the layout:- Attribute android:layout_width and android:layout_height is not allowed here. And it is also showing in setting the TextView :- Element TextView is not allowed here.
Here is the code in activity_main.xml.
The text was updated successfully, but these errors were encountered: