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