Coder Social home page Coder Social logo

react-native-appdev's Introduction

환경 설정(Window10)


1. Scoop 설치
  • Window PowerShell 관리자 권한으로 실행
  • 다음을 입력
> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
#'모두예(A)' 선택

> $env:SCOOP='c:\Scoop'
#환경변수 설정

>iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
#Scoop 설치



2. Node.js 설치

PowerShell 에서 Scoop을 이용하여 node.js 설치

> scoop install nodejs-lts
> node -v
#설치가 완료되면 버전이 출력됨!



3. JAVA SDK 설치

Android 개발용 JAVA SDK 설치

> scoop install git
> scoop bucket add java
> scoop instal adopt8-hospot
> java -version
#설치가 완료되면 버전이 출력됨!



+ VSCode 설치 필요

이미 있어서 설치하지 않았지만 VSCode를 사용하였습니다.

>scoop bucket add extras
>scoop install vscode
#설치완료후 ~.reg 입력하라는 메시지가 뜨는데 그대로 입력해주면 됨



4. Android Studio 설치
> scoop install android-studio android-sdk

안드로이드 SDK Manager>SDK Tools 탭 에서 Status가 업데이트 가능인 것을 모두 업데이트해줌

5. touch 설치
>scoop install touch



6. Typescript 설치

VSCode 터미널에서 typescript 컴파일러 설치

% npm i -g typescript ts-node

Android Studio 설정

  1. Android Studio 에서 Configure>AVD Manager>Create Virtual Device>Select HardWare>Phone 으로 들어감

  2. Pixel 3a>x86 images Tab> API Level29, ABI x86_64, Android10.0(Google APIs) 다운로드

  3. Graphics>Software-GLES2.0>Finish!

react-native-appdev's People

Contributors

boing-86 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.