https://chocolatey.org/install
Installing Chocolatey
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
chocolatey.org
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
해당 명령어로 PowerShell 로 설치
에러 발생
관리자 권한으로 실행
안드로이드 스튜디오도 설치
https://developer.android.com/codelabs/basic-android-kotlin-compose-install-android-studio?hl=ko
Android 스튜디오 다운로드 및 설치 | Android Developers
Android 스튜디오를 다운로드하고 설치하는 방법을 알아보세요.
developer.android.com
https://developer.android.com/studio?hl=ko
Android 스튜디오 및 앱 도구 다운로드 - Android 개발자 | Android Studio | Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
developer.android.com
https://m.blog.naver.com/jj601400/223020287109
안드로이드스튜디오 다운로드 및 초기 설정 방법 쉽게 알아봐요
안녕하세요 퍼블리셔그녀예요❣️ 앱 개발을 할 때 쓰는 개발 프로그램인 안드로이드스튜디오 다운로드하고...
blog.naver.com
choco 명령어를 입력하면 이런 버전이 확인 되어야 함
https://reactnative.dev/docs/set-up-your-environment
Set Up Your Environment · React Native
In this guide, you'll learn how to set up your environment, so that you can run your project with Android Studio and Xcode. This will allow you to develop with Android emulators and iOS simulators, build your app locally, and more.
reactnative.dev
choco install -y nodejs-lts microsoft-openjdk17
해당 명령어 설치
안드로이드 스튜디어
Device 설치
추가해주면 됩니다.
SDK Android 13 도 설치 해줍니다.
표시한 부분 설치 되어 있는지 확인후 미 설치시 클릭 !
환경 변수 설정
https://reactnative.dev/docs/set-up-your-environment
Set Up Your Environment · React Native
In this guide, you'll learn how to set up your environment, so that you can run your project with Android Studio and Xcode. This will allow you to develop with Android emulators and iOS simulators, build your app locally, and more.
reactnative.dev
프로젝트 생성
npx react-native@0.27.6 init ReactNestMapApp --version 0.72.6
npm start
yarn start
로 시작
'SW Dev Portfolio' 카테고리의 다른 글
🔹 유료 SSL 인증서 설정 및 적용 방법 (Apache Tomcat 기준) (0) | 2025.03.05 |
---|---|
Jenkins 는 무엇이여 자동 배포에 어떤 역할을 하는가 ? (0) | 2024.07.23 |
특허 ReView : AI 홈트레이닝 서비스의 제공 방법 및 그 장치 ( 주식회사 미임팩트) (0) | 2024.05.21 |
2023년 홈페이지 취약점 점검 문제점 및 핵심사항 해결 방법 (3) | 2024.01.17 |
IT 경력 개발자 이직 면접 예상 질문 및 답변 (3) | 2024.01.09 |
React 기반 MERN 웹 로그인 할 때 firebase Authentication 사용법 자세히 알려드립니다. (회원가입 , 로그인 코드) (4) | 2023.11.04 |