穿山甲安卓demo为何运行不了

我把穿山甲的安卓DEMO导入eclipse后
有很多报错
一些为解决了
但是像styles.xml这个文件里
<!-- 主题配置 -->
<br> <item name="android:windowActionBar">false</item><br> <item name="android:windowNoTitle">true</item><br>

 <style name="Theme.Dialog.TTDownload" parent="Theme.AppCompat.Light.Dialog" tools:keep="@style/Theme_Dialog_TTDownload">
     <item name="android:windowNoTitle">?android:attr/windowNoTitle</item>
     <item name="android:windowBackground">@color/white</item>
 </style>



    有如下报错:
    error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
    error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.Dialog'.

    哪位大佬有空帮忙看看?

没有对应的主题,更新sdk看能不能解决,或者换成android studio