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
.apk
to the local storage of your device - Allow installation from unknown sources in your device settings
- Install the
.apk
on 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 project
and 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 Explorer
and 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/Variables
to your needs.