0
<linearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#FFCCCCCC" android:orientation="vertical" tools:context=".MainDrawingActivity" > </linearLayout> 

I can't figure out what's missing... help please?

1 Answer 1

2

It's LinearLayout, not linearLayout. Capitalize your L.

Sign up to request clarification or add additional context in comments.

4 Comments

ahh, and now I feel slightly embarrassed... Thank you!
use an IDE like Android Studio, it autocompletes things like this.
I'm using eclipse with the android plug-in as that was what google recommended, what are your thoughts on that?
Android development is moving to Android Studio and I would recommend using it. developer.android.com/sdk/installing/studio.html

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.