summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2019-05-28 17:00:42 -0400
committerJoey Grover <joeygrover@gmail.com>2019-05-28 17:00:42 -0400
commita2ab690d6f9f4f6687c4845895200a3fbe090b24 (patch)
treeec6d637e24c2f19e17babc2f35a8eae13bdb462e
parent25174f98ec62395a0a6812dc8786eb0d9bf79759 (diff)
downloadsdl_android-bugfix/issue_1062_script.tar.gz
Update symlink READMEbugfix/issue_1062_script
-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