[AC-1635] Can't configure Android in appcelerator Studio
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2015-08-12T06:57:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Andrew Bates |
Assignee | Radamantis Torres-Lechuga |
Created | 2015-06-03T03:26:30.000+0000 |
Updated | 2016-03-08T07:38:07.000+0000 |
Description
Steps to Reproduce
From the Appcelerator 4.0.0GA and 4.0.2 Continuous build studio dashboard, the Android Prerequisite is grey with the option to download. When I select Download, the wizard runs, I choose Android 5.0.1 API 21.
Comments:
I think this started happening after I updated to the latest release of the CLI tools.
In the preferences dialog I get an error sayting it can't find the SDK.
Running appc ti info -t android
Gives me the 'longjohn.js' error..
//..../longjohn/dist/longjohn.js:184
e.stack;
^
processImmediate [as _immediateCallback] (timers.js:358:17)
All these symptoms and searching the web make me think this is related to how node.js is configured.
I've unsinstalled studio and try to start from scratch without any changes.
Actual Result
The wizard complete successfully but the SDK is not configured. (The SDK are installed on my system via the Android SDK manager).
Expected Result
The chosen version of the SDK is installed and configured with Android 5.0.1 API 21 and I can build and run the Android version of my app on an emulator
Attachments
File | Date | Size |
.log | 2015-06-03T03:26:31.000+0000 | 17984 |
Hello [~abates], You need to check if the latest Android API 24 for Android version 5.0.0 is installed in your Android SDK. For that you need to go to ur Android SDK directory/ tools/ android, which will open the Android SDK manager. Check for packages to install. Install the Android SDK tools 24 or over. Restart your studio and check. Reply with your findings. Thanks.