oxters168 / OxShell

A launcher that makes any Android device feel like a game console
https://oxgames.co/#/ox-shell
GNU General Public License v3.0
76 stars 4 forks source link

About Ox Shell

Ox Shell is a launcher for android. It is an attempt to recreate the feel of a classic video game system.

xmb3

Features

It'll likely take time for these features to reach, as I am just one developer. Please consider supporting this project by purchasing it on the store.

Get it on Google Play

Build for Yourself

Creating a debug variant * Make sure the build variant selected is debug * Run it!
Creating a release variant * Add your keystore file in the `app/keystores` folder * Create a `keystore.properties` file in the `app/keystores` folder with the following contents: ``` storeFile keystores/[keystore-filename] storePassword [store-password] keyAlias [key-alias] keyPassword [key-password] ``` * Set your build variant to release * Run it!