Friday, June 27, 2014

How To Change the Android SDK path in Processing

After installed the processing android mode, there is maybe some problem to change the SDK location:

  • Make sure that Processing knows where to look for the Android SDK . The easiest way to test this is (from the PDE) to go to Android > Android SDK Manager . If the SDK Manager starts up, then your path is probably set up right. If not, then follow these steps below:

    • Locate the Android SDK with a file browser. Remember the path.

    • Open File > Preferences .

    • Click on the link to the "preferences.txt" file at the bottom.

    • Open "preferences.txt" (if it has not already done so) with a plain text editor.

    • Modify the property "android.sdk.path" to be the location that you found earlier. If it does not exist, then create it. An example: "android.sdk.path=C:\Program Files (x86)\Android\android-sdk" (without quotes, and the example is from Windows using Windows slashes).



No comments:

Post a Comment