From 309a209ecd95b8dd6ef36a8a0f2dfc459b018494 Mon Sep 17 00:00:00 2001 From: Harkamal Randhawa Date: Mon, 2 Mar 2026 15:02:45 -0700 Subject: [PATCH] Add local properties template --- local.properties.template | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 local.properties.template diff --git a/local.properties.template b/local.properties.template new file mode 100644 index 00000000..788baf64 --- /dev/null +++ b/local.properties.template @@ -0,0 +1,11 @@ +## This file must be *NOT* checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the Android SDK. This is typically: +# - Windows: C:\Users\YourUsername\AppData\Local\Android\Sdk +# - Mac: /Users/YourUsername/Library/Android/sdk +# - Linux: /home/YourUsername/Android/Sdk +# +# Copy this file to local.properties and update the path below: + +sdk.dir=/path/to/your/android/sdk