19 lines
746 B
Plaintext
19 lines
746 B
Plaintext
## 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
|
|
|
|
# Optional backend overrides for Android development:
|
|
# Emulator default should usually stay 10.0.2.2 for the local machine.
|
|
petstore.backend.emulatorUrl=http\://10.0.2.2\:8080/
|
|
|
|
# Physical device example. Replace with the machine IP running the backend.
|
|
petstore.backend.deviceUrl=http\://10.0.0.200\:8080/
|