0% found this document useful (0 votes)
32 views2 pages

Software Development Kit For Android

The document discusses installing Java Development Kit (JDK) version 8 and React Native CLI using Chocolatey and npm on a Windows system. It shows the commands used and outputs from the installations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views2 pages

Software Development Kit For Android

The document discusses installing Java Development Kit (JDK) version 8 and React Native CLI using Chocolatey and npm on a Windows system. It shows the commands used and outputs from the installations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Windows PowerShell

Copyright (C) Microsoft Corporation. Todos los derechos reservados.

Prueba la nueva tecnología PowerShell multiplataforma [Link]

PS C:\WINDOWS\system32> choco install -y jdk8

Chocolatey v0.11.3

Installing the following packages:

jdk8

By installing, you accept licenses for the packages.

Progress: Downloading jdk8 8.0.211... 100%

jdk8 v8.0.211 [Approved]

jdk8 package files install completed. Performing other installation steps.

Downloading JDK from [Link]


b12/478a62b7d4e34b78b671c754eaaf38ab/windows-i586/[Link]

Installing jdk8...

jdk8 has been installed.

PATH environment variable does not have C:\Program Files\Java\jdk1.8.0_211\bin in it. Adding...

jdk8 may be able to be automatically uninstalled.

Environment Vars (like PATH) have changed. Close/reopen your shell to

see the changes (or in powershell/[Link] just type `refreshenv`).

The install of jdk8 was successful.

Software installed to 'C:\Program Files\Java\jdk1.8.0_211\'

Chocolatey installed 1/1 packages.

See the log for details (C:\ProgramData\chocolatey\logs\[Link]).

PS C:\WINDOWS\system32> npm install -g react-native-cli


added 85 packages, and audited 86 packages in 27s

40 packages are looking for funding

run `npm fund` for details

found 0 vulnerabilities

npm notice

npm notice New patch version of npm available! 8.1.0 -> 8.1.3

npm notice Changelog: [Link]

npm notice Run npm install -g [email protected] to update!

npm notice

PS C:\WINDOWS\system32>

You might also like