There's a mistake in the Hello World example (http:// developer.android.com/guide/tutorials/hello-world.html). In the "Upgrade the UI to an XML Layout" section, point 1 should be changed as follows:
< android:text="@string/hello"/> > android:text="resour...@string/hello"/> I couldn't get my example to build using the former. jerome --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
