React Native/React Native EXPO

안드로이드 앱개발 필수 프로그램 설치

두잇(Do It) 2022. 10. 12. 00:22
반응형

 

안녕하세요

DIY TUBE의 두잇입니다.

안드로이드 앱개발을 평상시에 공부하며 

제가 경험했던 내용들을 오늘부터 공유하고자 합니다.

 

우선 오늘부터 포스팅할 내용을 설명드리자면

안드로이드 앱개발에는 여러프로그램이 존재하지만

React Native 라는 FaceBook에서 개발한 프로그램을 이용해

앱 개발을 하려 합니다.

 

프로그램 설치 목록

 

-Android Studio

-Visual Studio Code

-node

-npm

-git

 

이며 뭔지 모르겠어도 일단 모두 설치를 해줍니다

아래는 링크입니다.

 

 

 

안드로이드 스튜디오 다운로드 링크

https://developer.android.com/studio/

 

Download Android Studio & App Tools - 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://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

node, npm 다운로드 링크

https://nodejs.org/dist/v16.16.0/node-v16.16.0-x64.msi

 

 

git 다운로드 링크

https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-64-bit.exe

 

 

프로그램 설치를 완료하였다면

이제는 개발할 모든 준비가 완료되었습니다

 

 

 

반응형