[안드로이드] ADB 버전 문제 : The ADB binary found at ~
The ADB binary found at 경로 is obsolete and has serious performance problems with the android Emulator. Please update to a newer version to get significantly faster app/file transfer.
(해석) 경로에서 발견된 ADB 바이너리는 더이상 사용되지 않으며, Android 에뮬레이터에 심각한 성능 문제가 있습니다. 훨씬 더 빠른 앱/파일 전송을 위해 최신 버전으로 업데이트하십시오.
애뮬레이터를 돌릴 때 다음과 같은 문제가 발생했다.

아래 글을 참고해 문제를 해결했다.
1. "Shift 키"를 두 번 눌러 "Search Box"를 연다.
2. "SDK Manager"를 입력한다.
3. "SDK Manager"를 클릭한다.

4. "SDK Tools"를 클릭한다.
"Android SDK Build-Tools"가 업데이트가 가능한 것을 확인할 수 있다.
5. 왼쪽 하단의 "Show Package Details"를 누른다.

5.1. "Show Package Details" 버튼을 누르면 다음과 같이 된다.

6. 가장 마지막 아이템(버전)을 체크한다. (내 경우에는 30.03)
7. "Apply"를 클릭한다.

8. "OK" 클릭

9. 설치가 끝나면 "Finish"

10. "Show Package Details" 를 체크 해제. 하면 Andorid SDK Build-Tools에 추가적으로 설치할 항목이 없는 것을 확인할 수 있다.

stackoverflow.com/questions/51240223/adb-exe-is-obsolete-and-has-serious-performance-problems
ADB.exe is obsolete and has serious performance problems
I am using Windows 10 and when I launch the Virtual Device Emulator in Android Studio I keep getting the message which reads: "The ADB binary at C:\Users\siviw\AppData\Local\Android\Sdk\platform-
stackoverflow.com