https://android-developers.googleblog.com/2023/11/android-studio-hedgehog-is-stable.html?m=1
조금 더 수월한 개발 환경을 만날 수 있을 듯 합니다.
android studio hedgehog 버전을 만나보아요.
p.s 헐 이런 ... 빌드를 하려니 오류가 발생 했습니다.
Operation is not supported for read-only collection
이런 오류를 만나셨다면... 아마도 이전 버전에서 patch 을 진행한 경우 일 듯 합니다. 제가 그랬으니...
이떄는
It looks like that is because the project had been imported from the previous version of the Android Studio, but the studio did not suggest 'trust' it.
Go to File -> Settings -> Build, Execution, Deployment -> Trusted Locations and add the project's parent folder to the trusted locations list.
If that didn't help, try to re-import the project (make sure that parent directory is added to trusted locations).
It looks like that is because the project had been imported from the previous version of the Android Studio, but the studio did not suggest 'trust' it.
Go to File -> Settings -> Build, Execution, Deployment -> Trusted Locations and add the project's parent folder to the trusted locations list.
If that didn't help, try to re-import the project (make sure that parent directory is added to trusted locations).
이 답변을 참조해 보세요... 지금 해 보는 중 입니다.
아니면 이전 버전은 삭제 하고 다시 설치 하시는 것을 권장해 드립니다. ㅠㅠ ;
'모바일 앱(안드로이드)' 카테고리의 다른 글
Compose to Kotlin Compatibility 을 검색 하면 나오는 페이지의 비교 (74) | 2024.01.04 |
---|---|
앱 개발자가 살아가는 방식 (?) (72) | 2023.12.20 |
안드로이드 앱 만들기 : PermittedSubclasses requires ASM9 가 나오고 있네요... (132) | 2023.11.24 |
안드로이드 앱 만들기 : PDF 열어보기 (인터넷펌) (62) | 2023.11.07 |
안드로이드 앱 만들기 : Paging 처리의 오해(?) (103) | 2023.10.30 |