React Native Tutorial :Part 2-Installation and Setup

Опубликовано: 25 Ноябрь 2018
на канале: akoz ouf
108
2

Android development environment

1. Install Android Studio
https://developer.android.com/studio/
2. Install the Android SDK
select the "SDK Platforms" tab from within the SDK Manager,
then check the box next to "Show Package Details" in the bottom right corner.
Android Studio installs the latest Android SDK by default. Building a React Native app with native code, however, requires the Android 8.1 (Oreo) SDK in particular. Additional Android SDKs can be installed through the SDK Manager in Android Studio.

The SDK Manager can be accessed from the "Welcome to Android Studio" screen. Click on "Configure", then select "SDK Manager".
Select the "SDK Platforms" tab from within the SDK Manager, then check the box next to "Show Package Details" in the bottom right corner. Look for and expand the Android 8.1 (Oreo) entry, then make sure the following items are checked:

Android SDK Platform 27
Intel x86 Atom_64 System Image or Google APIs Intel x86 Atom System Image
Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build-Tools" entry, then make sure that 27.0.3 is selected.

Finally, click "Apply" to download and install the Android SDK and related build tools.

3. Configure the ANDROID_HOME environment variable

Preparing the Android device

You can choose one of these
Text editor and installed

-Creating a new application react

"react-native init ReactProject"
"cd ReactProject"
"react-native run-android"


На этой странице сайта вы можете посмотреть видео онлайн React Native Tutorial :Part 2-Installation and Setup длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь akoz ouf 25 Ноябрь 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 108 раз и оно понравилось 2 зрителям. Приятного просмотра!