Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- Program type already present
- Exception
- spring
- jQuery
- Kotlin
- apache gzip
- css
- error
- Eclipse
- Android Apk
- MySQL
- fragment
- R프로그래밍
- JavaScript
- Java
- DataTable
- release Apk
- android fragment
- release unsigned
- CSS사용법
- java error
- Android Apk 이름 변경
- Android
- tomcat
- Firebase
- 안드로이드
- android error
- html
- FLUTTER
- Android Apk 이름
Archives
- Today
- Total
목록androidx (1)
selfstarter
androidx 사용하지 않기
androidx 사용하지 않기 Use android.* artifacts 체크 해제가 안되어서 아래 방법으로 androidx 이전버전을 사용하도록 설정한다 1. gradle.properties 에서 android.useAndroidX=true, android.enableJetifier=true 삭제 2. build.gradle 에서 android defaultConfig에서 testInstrumentationRunner를 "android.support.test.runner.AndroidJUnitRunner" 으로 수정 선언 수정 implementation 'com.android.support.constraint:constraint-layout:1.1.3' androidTestImplementation '..
App/Android
2020. 3. 12. 14:54