Xserver works yay
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
You will to install some packages to your Debian/Ubuntu first:
|
You will need to install some packages to your Debian/Ubuntu first:
|
||||||
|
|
||||||
sudo apt-get install bison libpixman-1-dev
|
sudo apt-get install bison libpixman-1-dev
|
||||||
libxfont-dev libxkbfile-dev libpciaccess-dev \
|
libxfont-dev libxkbfile-dev libpciaccess-dev \
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ Launch commands
|
|||||||
rm project/jni/application/src
|
rm project/jni/application/src
|
||||||
ln -s ballfield project/jni/application/src
|
ln -s ballfield project/jni/application/src
|
||||||
./changeAppSettings.sh -a
|
./changeAppSettings.sh -a
|
||||||
android update project -p project -t android-15
|
android update project -p project
|
||||||
Then edit file build.sh if needed to add NDK dir to your PATH, then launch it.
|
Then edit file build.sh if needed to add NDK dir to your PATH, then launch it.
|
||||||
It will compile a bunch of libs under project/libs/armeabi,
|
It will compile a bunch of libs under project/libs/armeabi,
|
||||||
create Android package file project/bin/MainActivity-debug.apk,
|
create Android package file project/bin/MainActivity-debug.apk,
|
||||||
|
|||||||
Reference in New Issue
Block a user