티스토리 뷰
프로그래밍
[안드로이드 스튜디오] Failed to find style 'coordinatorLayoutStyle' in current theme
금전 2018. 8. 3. 02:27
네비게이션 드로어 액티비티를 생성했더니 제목과 같은 에러가 발생했다.
apply plugin: 'com.android.application'
android {
//28-> 26
compileSdkVersion 26
defaultConfig {
applicationId "com.example.user.navigationtest"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
implementation 'com.android.support:appcompat-v7:26.1.0'
//implementation 'com.android.support:design:28.0.0-beta01'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
'프로그래밍' 카테고리의 다른 글
[파이썬] 딕셔너리 (1) | 2018.08.13 |
---|---|
[파이썬] 연습문제. 1 (0) | 2018.08.10 |
[Android] 안드로이드 네이버 검색 API 연동하기 (2) | 2018.07.27 |
[파이썬] 문자열 구성 파악 (0) | 2018.07.26 |
[JAVA] 별찍기 예제(직각삼각형, 피라미드형) (0) | 2018.07.26 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- world wide web
- 자바글자수세기
- 아우터조인
- 파이썬 딕셔너리
- 글자수세기프로그램
- 웹
- 아우터조인이란
- 오라클 null값
- 웹이란
- 오라클 집계함수
- WWW
- Python dictionary
- 오라클 null값 집계함수
- 별찍기예제
- 파이썬기초
- JavaFX
- 파이썬
- 딕셔너리
- outer join
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함