AppCompat Theme Error in Silver/Fire

So, I’m using Fire to try to re-architect my Android project in Silver, and I’m running into an error when using the AppCompat theme.

Styles.android-xml

<style name="AppTheme" parent="@android:style/Theme.AppCompat.Light.NoActionBar">

Error

 /Users/ghaladen/Documents/AndroidProjects/com.myapp.android/obj/Debug/res/values/styles.xml(4,1):  Androiderror Android: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.AppCompat.Light.NoActionBar'.

I’ve imported both the android-support-v4.jar and android-support-v7-appcompat.jar libraries.

Thanks in advance,
Chris

Are you surre the resource files have the proper build action to be packaged into the app?