簡體   English   中英

使用Xamarin IDE構建項目時出現資源未找到錯誤

[英]I am getting a resource not found error when building a project using the xamarin IDE

構建項目時,abc_screen_toolbar.xml中的以下輸出文件包含錯誤

<android.support.v7.widget.ActionBarContainer
            android:id="@+id/action_bar_container"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_alignParentTop="true"
            style="?attr/actionBarStyle"
            android:touchscreenBlocksFocus="true"
            android:gravity="top">

也目前我的項目沒有使用任何觸摸屏功能。

輸出文件的屏幕截圖: 輸出文件

解決方案:將目標API級別設置為21或更高


參考:

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM