Coding

Android Unbound Prefix problem

When getting the error of “Unbound Prefix” in Eclipse when developing Android MapView as shown below in the picture. A solution is to add the namespace for the component.

This error mostly appear when following the Google tutorial like this one.

Add the namespace xmlns:android=”http://schemas.android.com/apk/res/android” like example below and it will most highly disappear.

[sourcecode language=”java”]


[/sourcecode]

Leave a Reply

Your email address will not be published. Required fields are marked *