1
更新Android工作室2.3.3
到3.0
後,CardView在XML找不到cardElevation
和cardUseCompactPadding
。 我現在的支持庫版本26.1.0
錯誤:cardElevation和cardUseCompatPadding沒有發現
下面是XML代碼:
<android.support.v7.widget.CardView
app:layout_scrollFlags="scroll|enterAlways"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardUseCompatPadding="true"
android:id="@+id/cardS"
app:cardElevation="5dp">
<android.support.v7.widget.SearchView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="20dp"
android:id="@+id/search_fragment_searchViewQuery"
app:popupTheme="@style/AppTheme"
app:iconifiedByDefault="false"
android:layout_marginRight="20dp" />
</android.support.v7.widget.CardView>
日誌錯誤:
Error:error: attribute 'com.y34h1a.project:cardElevation' not found.
Error:error: attribute 'com.y34h1a.project:cardUseCompatPadding' not found.
Error:attribute 'com.y34h1a.project:cardElevation' not found.
Error:attribute 'com.y34h1a.project:cardUseCompatPadding' not found.
還有其他的錯誤:
Error:failed linking file resources.
Error:java.util.concurrent.ExecutionException:
java.util.concurrent.ExecutionException:
com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for
details
Error:java.util.concurrent.ExecutionException:
com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for
details
Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs
for details
Error:Execution failed for task ':app:processDebugResources'.
> Failed to execute aapt
清理和重建項目沒有解決這個問題。
看來你使用的庫_com.y34h1a.project_。所以修正庫的gradle也是3.0 –
這是我的項目包名稱。不是圖書館。 – Yeahia2508
然後只檢查你的_values/attr.xml_文件。或者只是清理你的項目並重建。 –