2.3 से 3.0 तक एंड्रॉइड स्टूडियो को अपडेट करने के बाद मैं buildToolsVersion
26.0.0 से 26.0.2 तक बदल गया और उसके बाद मुझे यह त्रुटि मिल रही है:
Cannot resolve symbol '?attr/actionBarSize
Xml कोड:
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/colorPrimary"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:titleTextColor="@android:color/white"/>
निर्भरता:
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'