[안드로이드 공부]/안드로이드 스튜디오

error: resource style/TextAppearance.AppCompat.Notification.Title

코코모아 2018. 4. 9. 15:07

아래는 코모스튜디오가 직접 만든 무료 앱이에요
(한 번만 봐주세요 ^^)

01

02

03

정각알림 만들기(말하는시계)

말하는 시계 (취침, 자전거) 

말하는 타이머 음성 스톱워치 

android studio Gradle 3.1.0 업데이트 후



1. error: resource style/TextAppearance.AppCompat.Notification.Title 발생

android:textAppearance="@style/TextAppearance.AppCompat.Notification" --> 로 변경


android:textAppearance="@style/TextAppearance.Compat.Notification

2. error: cannot find symbol class NotificationCompat


import android.support.v7.app.NotificationCompat;


--> 로 변경

import android.support.v4.app.NotificationCompat;


모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다.
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요.