Skip to content

LobbyOS/android-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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