2026/03/27

오늘의 이야기

 




https://android-developers.googleblog.com/2023/11/android-studio-hedgehog-is-stable.html?m=1



 


Android Studio Hedgehog is stable


What's new: Upgraded IntelliJ Platform to 2023.1, Android vitals in App Quality Insights, Compose Preview's Gallery Mode, and more!


android-developers.googleblog.com





조금 더 수월한 개발 환경을 만날 수 있을 듯 합니다.
android studio hedgehog 버전을 만나보아요.


p.s 헐 이런 ... 빌드를 하려니 오류가 발생 했습니다. 


 


Operation is not supported for read-only collection



 


Android Studio : Operation is not supported for read-only collection


I just update to Android Studio HedgeHog and for any project I have this message when compiling : "Operation is not supported for read-only collection" It does not start compilation, it


stackoverflow.com




 


이런 오류를 만나셨다면... 아마도 이전 버전에서 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).




0





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).


 


이 답변을 참조해 보세요... 지금 해 보는 중 입니다.


 


아니면 이전 버전은 삭제 하고 다시 설치 하시는 것을 권장해 드립니다. ㅠㅠ ;


 



 









댓글 없음:

댓글 쓰기

오늘의 이야기

    WebSquare Studio에서 FusionChart 버블 차트 구현기 chart예시   오늘은 WebSquare Studio에서 FusionChart의 Bubble Char...