Link: http://developer.android.com/resources/tutorials/hello-world.html

Section: Upgrade the UI to an XML Layout
First example of XML code, line 3:

    android:id="@id+/textview"

Should be;

    androig:id="@+id/textview"

according to this:     
http://developer.android.com/reference/android/view/View.html#attr_android:id

Reason for posting here:
Tried to find an email to the webmaster of Android Developers site but
failed. Therefore I'm posting it here in hope that someone knows who
to contact where to change the 'Hello, World'-XML guide.

Reason for wanting the error corrected:
A more smooth introduction to developing android apps. No need to
frustrate the becoming developer with official incorrect code :)


Sincerely

Qaim

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to