Browse Source

Sync SDL3 wiki -> header

SDL Wiki Bot 2 năm trước cách đây
mục cha
commit
8c852f4dcf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/README-android.md

+ 1 - 1
docs/README-android.md

@@ -69,7 +69,7 @@ done in the build directory for the app!
 For more complex projects, follow these instructions:
 
 1. Get the source code for SDL and copy the 'android-project' directory located at SDL/android-project to a suitable location. Also make sure to rename it to your project name (In these examples: YOURPROJECT).
-   
+
    (The 'android-project' directory can basically be seen as a sort of starting point for the android-port of your project. It contains the glue code between the Android Java 'frontend' and the SDL code 'backend'. It also contains some standard behaviour, like how events should be handled, which you will be able to change.)
 
 2. Move or [symlink](https://en.wikipedia.org/wiki/Symbolic_link) the SDL directory into the "YOURPROJECT/app/jni" directory