Error: "Cannot find Android SDK. Please refer to the MDX Toolkit doc for download instructions"

Error: "Cannot find Android SDK. Please refer to the MDX Toolkit doc for download instructions"

book

Article ID: CTX202382

calendar_today

Updated On:

Description

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"

Resolution

Windows

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.


MAC

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


Problem Cause

The actual path of SDK is missing or the SDK version is not correct

Issue/Introduction

Error: "Cannot find Android SDK. Please refer to the MDX Toolkit doc for download instructions".

Additional Information

MDX Toolkit Installation