Android Studio를 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'