blob: 827ba7787e10214098e7e18c112fcb1659d0c0a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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"
|