android-studio-4.0
-
'결과 경로 문자열을 파싱 할 수 없음 :'android studio 버전 4.0.0 오류,카테고리 없음 2020. 8. 14. 15:05
질문 android studio 4.0.0에서 간단한 hello world 예제를 실행하고 있습니다. 이 오류가 발생합니다. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeExtDexDebug'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Failed to transform core-1.1.0.aar (androidx.core:core:1.1.0) to match attributes {artifactType=android-dex, dexing-enable-desugaring=fal..
-
해결되지 않은 참조 @HiltAndroidApp 또는 Android의 기타 Hilt 주석카테고리 없음 2020. 8. 9. 15:14
질문 모든 작업을 제대로 수행했지만 여전히 프로젝트에서 Hilt를 사용할 수 없습니다. build.gradle (: app) apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.firebase.crashlytics' apply plugin: 'kotlin-kapt' apply plugin: 'dagger.hilt.android.plugin' android { compileSdkVersion 29 buildToolsVersion ..