android / codelab-android-network-security-config

Android Network Security Configuration codelab
https://codelabs.developers.google.com/codelabs/android-network-security-config
Apache License 2.0
78 stars 51 forks source link

Step 6 setting up server missed a step or explanation #10

Closed Sami-117 closed 3 years ago

Sami-117 commented 4 years ago

In Step 6 it asks us to set up a server. but the very first command prompt doesn't work if you don't have something like nodejs installed. it will only give an error saying "npm is not recognised"

nic0lette commented 3 years ago

Hi @samiwar

That's true, but in the "Introduction" section it says:

What you'll need

  • The latest version of Android Studio
  • An Android device or emulator running at least Android 7.0 (API level 24 or higher)
  • Node.js (or access to a configurable web server)

That said, thank you for raising this issue. I'll update the text around there to provide more details.