出现以上异常

出现以下错误?xml version1.0 encodingutf-8?RelativeLayout xmlns:androidhttp://schemas.and

出现以下错误
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content">
   
  <EditText android:id="@+id/bookMarkName"
  android:layout_width="254dp"
  android:layout_height="wrap_content"
  android:layout_marginTop="2dp"
  amdroid:layout_centerInParent="true"
  android:layout_centerHorizontal="true"
  />
</RelativeLayout>

红色字体部分也就是<TextView 部分出现
Multiple annotations found at this line:
- error: Error parsing XML: unbound prefix
- This text field does not specify an inputType 
这种错误,怎么解决

[解决办法]
amdroid:layout_centerInParent="true"

字母写错了

android:layout_centerInParent="true"