forked from WilliBoelke/OHDM-offline-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment and Installation
Willi Bölke edited this page Jun 27, 2020
·
4 revisions
- Download the stable version of the app.
- Move the
.apkto the local storage of your device - Allow installation from unknown sources in your device settings
- Install the
.apkon your device by clicking on it
git clone https://github.com/OpenHistoricalDataMap/OfflineViewer.git- Install Android Studio.
- Import the project. Open Android Studio, click
Open an existing Android Studio projectand select the project. Gradle will build the project. - Connect your Android Device with your Computer.
- Run the app. Click
Run > Run 'app'. After the project builds you'll be prompted to build or launch an emulator. You then can choose your mobile phone. - Open
View > Tool Windows > Device File Explorerand place your maps in your mobile phone device storage. There should be aOHDM(In the android emulator, you may have to create it:Device Explorer > sdcard > New) directory in the internal storage.
git clone https://github.com/OpenHistoricalDataMap/OfflineViewer.git-
git clone https://github.com/OpenHistoricalDataMap/DownloadWebService. - Follow the instructions
DownloadWebService/Readme.md. - Change the Variables in
OfflineViewer/ServerCommunication/Variablesto your needs.