<?xml version="1.0" encoding="UTF-8"?>
<menu xmlns:android="https://schemas.android.com/apk/res/android">
<item android:id="@+id/options"
andoid:icon="@drawable/icon"
android:title="@string/main_options" />
</menu>
i keep getting the "Error Parsing XML: unbound prefix"
This usually happens when the xmlns:android is missing, but it is right there. I have no idea where the error is coming from.