Xserver works yay

This commit is contained in:
pelya
2013-11-03 23:40:52 +02:00
parent 49d4003285
commit 303d53c8d3
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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,