summaryrefslogtreecommitdiff
path: root/Building_from_eclipse.md
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-04-09 17:07:48 +0200
committerParménides GV <parmegv@sdf.org>2014-04-09 17:15:17 +0200
commit51ff5a18f1f074e27e97d822745551a7e8fa068d (patch)
tree402e7dd42778a218635bb29a4c2dff93ea7f6525 /Building_from_eclipse.md
parent910b0e1746ab3f63e63808b198ad51fec5b635e5 (diff)
parentb5ba0abc1610dd4bf573ebcabc5e8f6ab0c9528f (diff)
Merge branch 'feature/implement-gradle-build-system-#4676' into develop
Diffstat (limited to 'Building_from_eclipse.md')
-rw-r--r--Building_from_eclipse.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/Building_from_eclipse.md b/Building_from_eclipse.md
deleted file mode 100644
index 827ba778..00000000
--- a/Building_from_eclipse.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# Download Eclipse ADT environment
-
-# Download Android SDK for Bitmask Android
-
-- From the Android SDK Manager, install API 17 (Android 4.2.2) SDK Platform and ARM EABI v7a System Image
-- Restart Eclipse
-
-# Setup an AVD
-
-- Leave default settings
-- Set the name (api_17 for example)
-- Device 4.0 WVGA
-- API level 17
-- SD card size = 100 MiB
-
-# Import project
-## Import repository from Git
-
-File -> Import -> Git -> Projects from Git
-Uri -> https://github.com/leapcode/bitmask_android.git -> leave develop and master checked -> initial branch = develop -> leave "Import existing projects" -> deselect leap_androidTest -> Finish
-
-## Build OpenVPN
-
-- From the project directory, execute "./compile-native-openvpn.sh"