728x90
안드로이드 스튜디오 28 버전
외부 라이브러리 종속성 설정
28버전의 외부 라이브러리 종속성을 설정한다.
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-v4:28.0.0'
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'
implementation 'com.android.support:design:28.0.0'
}
728x90
'개발 > Adroid' 카테고리의 다른 글
[android studiio] 스마트폰 USB 디버깅 (0) | 2019.06.13 |
---|---|
[android studio] Intel HAXM is required to run this AVD. (0) | 2019.06.13 |
[android studio] java.lang.SecurityException: Permission denied (missing INTERNET permission?) (0) | 2019.06.13 |
[android studio] lambda expressions are not supported in -source 1.7 (0) | 2019.06.12 |
[Android Studio] 클래스 자동 임포트 (0) | 2019.06.10 |
댓글