CODEDRAGON ㆍDevelopment/Android
안드로이드스튜디오 업데이트후 기존 프로젝트 로드시 에러 처리
Could not find com.android.tools.build:gradle:x.x.x.
https://codedragon.tistory.com/7834
https://codedragon.tistory.com/8475
Unsupported method: BaseConfig.getApplicationIdSuffix().
https://codedragon.tistory.com/7807
The specified Android SDK Build Tools version (xx.x.x) is ignored, as it is below the minimum supported version (xx.x.x) for Android Gradle Plugin x.x.x. Android SDK Build Tools xx.x.x will be used.
https://codedragon.tistory.com/7843
ERROR: Could not find com.android.tools.build:gradle:3.0.1.
https://codedragon.tistory.com/8475
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation' and 'testApi'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
https://codedragon.tistory.com/7868
'Development > Android' 카테고리의 다른 글
Android - 안드로이드 수동 권한 설정하기 (0) | 2020.02.01 |
---|---|
터치 이벤트(TouchEvent), TouchEvent Action, 터치 이벤트시 해당 위치를 가져오는 함수 (0) | 2020.01.27 |
컨텍스트(Context) (0) | 2020.01.14 |
Tag로 설정한 Log만 필터 처리하여 보기 (0) | 2020.01.06 |
\menu 폴더에 Menu resource file 파일(XML) 생성하기 (0) | 2019.12.31 |