Getting this error:
Error:(6, 22) No resource found that matches the given name (at 'background' with value '@drawable/aegis').
Edit. R.Java is missing apparently. Cleaning does not regenerate it (I've cleaned it a thousand times, literally). Here's the part I'm receiving errors.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="@drawable/aegis">