我的应用程序有这个配置。
<application android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Light">
<activity android:name=".MainActivity"
android:label="@string/app_name">
我尝试添加以下内容......
<application android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Light">
<activity android:name=".MainActivity"
android:label="@string/app_name"
android:uiOptions="splitActionBarWhenNarrow">
我收到以下错误....
[aapt] /home/jackie/Development/Code/personal/Android/ApaShooter/AndroidManifest.xml:9: error: No resource identifier found for attribute 'uiOptions' in package 'android'
更多信息......
使用android.support.v4.app.FragmentActivity
答案 0 :(得分:4)
我认为没有人可以回答这个问题但是以防万一......
我的问题与为较低目标构建的build.xml有关。
我运行了&gt; android更新项目-p ./ -t 14
这似乎解决了这个问题
答案 1 :(得分:1)
我不确定android:uiOptions
是支持包的一部分,但我可能错了。如果没有,请针对Android 4.0+进行编译。 XML将无声地失败。