This repository contains the sourcecode for the Android game "House of Mystery"
To report or view any issues or bugs, please see visit the Issues tab.
The easiest way to build and run the project is with Android Studio v1.+.
- Open "File".
- Import Project.
- Select "Build.gradle" under project directory.
- Click "OK".
- File -> New.
- Project from existing source
- Import project from external source -> gradle.
- Use customizable gradle wrapper.
- Finish.
Gradle will then handle everything and build the project.
Just click this link to download the apk directly to you phone and install it. You can also drag the apk to a running android emulator to install it
This code won't run on a device which already has the signed version from Google Play already installed. This is the standard security feature made by google to prohibit replacement of an already signed application with an unsigned copy.
To build and run from this code, you have to first uninstall the signed copy on your phone.
Also, if you have a previous version installed, the new version might not work if the database has been altered. Just uninstall the old version if you have this problem.