浏览代码

added better build instructions and set proper project name

fysx 12 年之前
父节点
当前提交
3134dc65b9
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. 7 0
      README.md
  2. 1 1
      build.xml

+ 7 - 0
README.md

@@ -8,9 +8,16 @@ Install the Android SDK and Android NDK and run
 
     ndk-build
 
+and after that
+
+    ant debug
+
 in the root folder of this project or load the project using Eclipse and
 compile/run it using Eclipse.
 
+This should give you a .apk file in the bin/ subdirectory that you can then
+install on your phone.
+
 License:
 --------
 

+ 1 - 1
build.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- This should be changed to the name of your project -->
-<project name="SDLActivity" default="help">
+<project name="love_android_sdl2" default="help">
 
     <!-- The local.properties file is created and updated by the 'android' tool.
          It contains the path to the SDK. It should *NOT* be checked into