생활정보ZIP

국가부도의 날

영화 “국가부도의 날”를 보러 롯데시네마 월드타워로 가는 길이다…배우 무대인사가 있는 일요일에 보고 싶었으나 친구 스케줄 상 부득이하게 토요일에 보러 갔다.역시...
Android

ERROR: Manifest merger failed : Attribute application@appComponentFactory 오류 처리

ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add ‘tools:replace=”android:appComponentFactory”‘ to  element at AndroidManifest.xml:19:5-57:19 to override. ——————————-——————————- apply plugin: ‘com.android.application’android {  compileSdkVersion 28  buildToolsVersion “29.0.0”  defaultConfig {   applicationId “ddolcatmaster.smartstepcounter”   minSdkVersion 19   targetSdkVersion 28 ...