虽然当我在Android手机上运行我的应用程序时一切正常,但eclipse在我的AndroidManifest.xlm中给了我这个错误,它不允许我在模拟器上运行项目:
找不到与给定名称匹配的资源(在'theme'处,值为'@ style / Theme.Base.AppCompat.Light')。
有谁知道如何解决这个问题?
<activity
android:name="com.example.androidapp.activities.MapViewActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.Base.AppCompat.Light" >
</activity>