• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android Studio HELP I'm a noob.

You're probably missing a closing tag. If you post the xml file we can advise further.
 
You have a build problem. There's something wrong with one of your xml layout files. Check the log for errors and check all your layouts. Problems will be highlighted.
 
You have a build problem. There's something wrong with one of your xml layout files. Check the log for errors and check all your layouts. Problems will be highlighted.

This one is highlighted blue
https://gyazo.com/db8fa1e15e72121ed2d4467c97bc08f1

This one is highlighted blue
https://gyazo.com/c45dc10220b552629890bc1c7c13b5b4

This is my Manifest file and it is highlighted yellow
https://gyazo.com/dd4d47ee0d568ee808068e5da07fef57


I never had any of these problems, just today Android studio updated? And everything went to hell?
 
Anything highlighted in red is a problem.
Try doing a clean build.
 
Wow. That actually worked.
In this a reliable system to build an app?
Sometimes I get worried.
Thanks a lot btw.
Also am I allowed to msg you if I have any more problems.

It is a very reliable and comprehensive development environment. Believe me, I've used quite a few and Android Studio is exceptionally good. Occasionally build artefacts, such as compiled files get left hanging around, and you have to manually clear things away. It's no big deal and they are easily re-generated from scratch. Most of the time it's not necessary, and Android Studio knows when things need rebuilding.

Please post questions in the forum if you don't mind, as doing so will help others in future who have the same problem.
 
Btw I've moved this thread to the Android Development forum, which is the best place to ask questions like this.
 
Back
Top Bottom