23.06.26 21:58 작성
·
377
0
C:\Users\82103\AndroidStudioProjects\coco\app\build\generated\source\kapt\debug\com\bokchi\coco\db\CoinPriceDatabase_Impl.java:64: error: onCreate(SupportSQLiteDatabase) in <anonymous com.bokchi.coco.db.CoinPriceDatabase_Impl$1> cannot override onCreate(SupportSQLiteDatabase) in Delegate
protected void onCreate(SupportSQLiteDatabase _db) {
^
attempting to assign weaker access privileges; was public
이런 에러가 나는데 혹시 어떤 문제인지 알 수있을까요?
깃주소도 첨부합니다
2023. 06. 27. 12:03
4강 - 관심있는 코인 가격 정보 DB 저장
강의 중에서 ROOM DB에
selectedCoinPrice 테이블을 추가하고
CoinPriceDatabase에 버전을 올린
후 부터 에러가 발생합니다 !