Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 897 Bytes

File metadata and controls

executable file
·
24 lines (15 loc) · 897 Bytes

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