/android-standalone

Lobby Android Standalone

Primary LanguageJavaApache License 2.0Apache-2.0

Android Standalone Package

A Standalone Lobby Installation for Android.

This repository has the Android app's project files and the tools required to cross compile PHP for android.

HowTo

App directory is the android studio project.

compile directory is where the PHP is compiled.

Lobby represents the Lobby installation folder made by app. This is similar to Lobby Linux Standalone

Contribution

When you contribute, you should ignore the compile/[package]/src, compile/[package]/output, compile/php/php & compile/php/php-22 directories by adding this .gitignore file in those folders :

# Ignore everything in this directory
*
# Except this file
!.gitignore