Skip to content

Commit

Permalink
Updated paths in README for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 25, 2013
1 parent 65f0142 commit b2faf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README-android.txt
Expand Up @@ -8,7 +8,7 @@ Android SDK (version 12 or later)
http://developer.android.com/sdk/index.html

Android NDK r7 or later
http://developer.android.com/sdk/ndk/index.html
http://developer.android.com/tools/sdk/ndk/index.html

Minimum API level supported by SDL: 10 (Android 2.3.3)
Joystick support is available for API level >=12 devices.
Expand All @@ -29,7 +29,7 @@ android-project/src/org/libsdl/app/SDLActivity.java

The Java code loads your game code, the SDL shared library, and
dispatches to native functions implemented in the SDL library:
src/SDL_android.c
src/core/android/SDL_android.c

Your project must include some glue code that starts your main() routine:
src/main/android/SDL_android_main.c
Expand Down Expand Up @@ -260,7 +260,7 @@ The best place to start is with docs/OVERVIEW.TXT
================================================================================

First make sure that you've installed Eclipse and the Android extensions as described here:
http://developer.android.com/sdk/eclipse-adt.html
http://developer.android.com/tools/sdk/eclipse-adt.html

Once you've copied the SDL android project and customized it, you can create an Eclipse project from it:
* File -> New -> Other
Expand Down

0 comments on commit b2faf3f

Please sign in to comment.