build.gradle에서 compile 'com.android.support:design:25.0.1'을 추가했더니
Version 28 (intended for Android Pie and below) is the last version of the legacy support library, so we recommend that you migrate to AndroidX libraries when using Android Q and moving forward. The IDE can help with this: Refactor > Migrate to AndroidX...
라는 에러가 떴다.
해결 방법은 아주 간단하다! 위 문구에서도 나와있듯이 AndroidX로 바꿔주면 된다.
Refactor을 누르고 Migrate to AndroidX.. 를 누르면 된다. 그리고 백업은 해놓는 것이 좋다!
그럼 위와 같이 Find에 Do Refactor 버튼이 뜨고 그 버튼을 누르면 AndroidX로 바뀌면서 해결된다!