안드로이드스튜디오 업데이트후 기존 프로젝트 로드시 에러 처리

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

 



반응형