When you first use a name from the android XML namespace, you should tell where to find it, with an attribute in XML as follows:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
However, this URL - 404 - did not find anything there.
Android: the namespace is actually included in the locally installed SDK.
So what is going on here? Why do I need to include a dead URL? Why does the build system not take it from the SDK, like all other libraries?
Thanks, just looking for the background to this.
Peter
source share