Skip to content

Setup Mobile Development Environment on Windows

Seán Duggan edited this page Sep 23, 2015 · 4 revisions

Tools Required

1.Download + Install Android Studio

2.Download and Install Virtualbox

3.Download and Install Git

Setup Steps

1.Open a folder of your choice

2.Right click and select "Git Bash Here"

3.Type "Git init"

4.Type "Git pull" OR "Git clone" https://github.com/OWASP/SecurityShepherd.git"

5.Open Android Studio and select open to work on existing project in the git repo or new project to create a new mobile Lesson/Challenge.

Android Emulation Notes

To test your app you can use:

  • The Android emulator which comes with Android Studio
  • The Mobile Shepherd VM which requires Virtualbox
  • Genymotion which requires Virtualbox