버그13 com.google.android.gms.common.api.ApiException: 7 인터넷 연결 오류를 뜻함. 에뮬레이터 또는 스마트폰의 인터넷 연결 상태를 재 확인하자 2022. 2. 9. [Android] This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer. 다른 컴퓨터에서 Android studio로 작업하던 결과물을 지금 사용하고 있는 컴퓨터에 import를 시켰을 때 다음과 같은 오류가 발생했다. ??? 뜬끔없는 오류이긴 하지만, 배운다고 생각하고 어떤 오류인지 알아보자! This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer. 오류가 발생한 문구는 다음과 같다. 오류를 찾아보니 원인은 다음과 같다고 한다. A 컴퓨터에서 개발하던 프로젝트를 B 컴퓨터(현재 컴퓨터)에서 import를 시켜 열였을때, A 컴퓨터 Android Studio 버전이 B 컴퓨.. 2021. 10. 30. [Android][kotlin] Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. 오류 해결 android Kotlin 프로젝트를 공부하려고 코딩 중 다음과 같은 오류가 나오게 되었다. 문제는 무엇이었을까? Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. > Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find com.android.databinding:compiler:3.5.3. Required by: project :app Possible solution: - Declare repository providing the artifact, see the documentation at https://d.. 2021. 10. 22. [Android][kotlin] No type arguments expected for class Call 에러 Retrofit2 사용 시 "No type arguments expected for class Call" 라는 에러가 발생 하는 경우가 있다. *해결방법: 올바른 패키지를 import 했는 지 확인하여 변경하자! ex) retrofit2.Call(O) android.telecom.Call (X) 2021. 10. 21. 이전 1 2 3 4 다음