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
- JavaScript
- Android Apk 이름 변경
- java error
- css
- Exception
- apache gzip
- Firebase
- FLUTTER
- R프로그래밍
- 안드로이드
- spring
- Java
- Android Apk
- html
- fragment
- CSS사용법
- tomcat
- jQuery
- Android
- error
- Android Apk 이름
- android error
- Program type already present
- Eclipse
- android fragment
- release unsigned
- MySQL
- DataTable
- Kotlin
- release 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