When I try to run the Android SDK, an error pops up:

SWT folder '/ usr / lib / android-sdk-linux / tools / lib / arm' does not exist. Please export ANDROID_SWT to the folder containing your swt.jar for your platform.

I run in the tools folder, with the command (as written in the instructions):

./android

How to fix it?

PS OS: Debian Wheeze. Sorry if the question was, but issued to Google, I did not understand what to do.

    1 answer 1

    First, in the root directory of the tools directory, enter the command to find the location of the swt:

    find . -name swt.jar 

    Then export it:

     export ANDROID_SWT= <путь к swt из предыдущего пункта> 

    There must be something like:

     export ANDROID_SWT=${ANDROID_SDK}/tools/lib/x86_64/ 

    This is if not ARM. For ARM you need to collect SDK pens (since Google does not provide the Android SDK for the arm), for example, for this article.