1. Ensure to change the minSDKVersion to 8, or greater if using match_parent. If using the deprecated, fill_parent, any API level will work.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
</RelativeLayout>
3. Compile and run!
Resources:
http://developer.android.com/reference/android/widget/RelativeLayout.html