summaryrefslogtreecommitdiff
path: root/baseAndroid/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'baseAndroid/README.md')
-rw-r--r--baseAndroid/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseAndroid/README.md b/baseAndroid/README.md
index e851b814f..4a143e5f9 100644
--- a/baseAndroid/README.md
+++ b/baseAndroid/README.md
@@ -6,6 +6,6 @@ This folder does not need to be imported. Please refer to the installation instr
### Windows
-The original links were created for a unix based operating system. The Windows versions of those same symbolic links follow the same path structure as this root folder, but under the `Windows` folder. The `build.gradle` file contains the necessary conditional that will pick the correct set of links to use.
+The original symbolic links were created for a Unix based operating system. If compiling with Windows the symbolic links will have to be created before compiling the SDL Android project. There is a gradle task added to the `build.gradle` file in the `sdl_android` project that contains a task called `buildWindowSymLinks`. Please note, this task and the supplied script require admin privileges and python to be installed to run. After running this task, Android Studio will recognize the new folder path as the `build.gradle` file contains the necessary conditional that will pick the correct source set to use.
If you are not building the project with the supplied gradle files, you will need to point to the correct path based on the operating system in which you are building the project. \ No newline at end of file