1. Visual Studio - develop for Windows (Visual Studio Community 2022 17.4.4)
X The current Visual Studio installation is incomplete. Please reinstall Visual Studio.
위 이슈 발생시 비쥬얼 스튜디오 c++ 버전을 다운 받아 설치 해 주면 된다.
https://visualstudio.microsoft.com/ko/downloads/
동그라미 친 대상을 클릭 하고 다운로드 클릭 한다.
모두 설치 하면 해결 된다.
2. Android Studio (version 2022.1)
X Unable to find bundled Java version.
위 내용의 에러 발생시 해결 방법은 android studio의 jre 폴더를 삭제하고 다시 jbr 폴더를 복사 해서 jre 이름으로 변경해 주면 해결이 된다.
작성자의 설치 디렉토리 기준으로 설명을 하면
C:\dev\Android\Android Studio 에 android studio가 설치가 되어 있는데,
하위 디렉토리에 jre 디렉토리가 있지만 아무것도 없는 디렉토리 이다.
이 디렉토리를 삭제 하고
C:\dev\Android\Android Studio 에 android studio가 설치되어 있는 하위 디렉토리 중 jbr 디렉토리를 복사 해서 jre 폴더를 생성 해 주면 해결이 된다.