Citrix MDX Toolkit is unable to find the Android SDK. The following error is displayed:
"Cannot find Android SDK. Please refer to the MDX Toolkit doc for download instructions"
To resolve this issue edit the Android SDK path in the android.txt file. The following is the correct path:
PATH= /Users/admin/Desktop/sdk/platform-tools:/Users/admin/Desktop/sdk/build-tools/24.1.3:/Users/admin/Desktop/sdk/tools
Also ensure that the version number (in this case 24.1.3) is the same as the number specified in the path /Users/admin/Desktop/sdk/build-tools/24.1.3.
1. sudo vim /Applications/Citrix/MDXToolkit/android_settings.txt
2. Update the file with the path to the JDK and the Android SDK binaries in your environment.
PATH = /Users/<username>/Library/Android/sdk/build-tools/24.1.3:/Users/<username>/Library/Android/sdk/build-tools:/Users/<username>/Library/Android/sdk/tools:/Applications/platform-tools