Upon updating my set up to 3.2.0 I noticed that the android SDK is not picked up.
In more detail, it does pick up the SDK, files and folders, but it doesn't pick up the platforms.
Steps To Reproduce
+Studio:+
Nightly streams – version 3.2.0
http://preview.appcelerator.com/appcelerator/studio/standalone/update/nightly/
+SDK:+
Master branch - 3.2.0.v20131008134043 or later
Use the terminal command via CLI:
"ti sdk install -b master –d"
There is a bug. If you encounter it, try setting cli.prompt in config to true and then try to install
ti config cli.prompt "true"
+CLI:+
Install from git
"sudo npm install -g git://github.com/appcelerator/titanium.git"
Make sure you have android SDK and NDK installed with atleast 1 platform installed.
Open terminal and run "ti info -t android"
Verified the fix & the command "ti info -t android" shows us the android info.
Thus closing.
Environment:
Appcel Studio : 3.2.0.201310181700
Ti SDK : 3.2.0.v20131021142445
Mac OSX : 10.8.5
CLI - 3.2.0
Olga Romero 2013-10-21
Ran command ti info -t android
and verified Android SDK detected.
Environment:
Mac osx 10.9 Mavericks
CLI 3.2.0(72f7426b4ee6c2d2883c666d5b7e03906a16012f branch)
SDK, build:3.2.0.v20131021142445
Appcelerator Studio, build: 3.2.0.201310181700
Federico Casali 2013-10-22
Upgrading to the latest Titanium Studio 3.2.0.201310220243 , the Android SDK cannot be detected anymore from Studio.
However, 'ti info -t android' from terminal do returns the android info.
Also I was able to build an existing project on Android from CLI.
TiSDK 3.2.0.v20131022050844
Titanium Studio 3.2.0.201310220243
CLI 3.2.0 (72f7426b4ee6c2d2883c666d5b7e03906a16012f branch)
Mac OSX 10.8.5
Update
Seems to be a separate Titanium Studio issue - opening a new one
Same Issue here Android SDK can not detected
Pull request: https://github.com/appcelerator/titanium_mobile/pull/4781
Verified the fix & the command "ti info -t android" shows us the android info. Thus closing. Environment: Appcel Studio : 3.2.0.201310181700 Ti SDK : 3.2.0.v20131021142445 Mac OSX : 10.8.5 CLI - 3.2.0
Ran command ti info -t android and verified Android SDK detected. Environment: Mac osx 10.9 Mavericks CLI 3.2.0(72f7426b4ee6c2d2883c666d5b7e03906a16012f branch) SDK, build:3.2.0.v20131021142445 Appcelerator Studio, build: 3.2.0.201310181700
Upgrading to the latest Titanium Studio 3.2.0.201310220243 , the Android SDK cannot be detected anymore from Studio. However, 'ti info -t android' from terminal do returns the android info. Also I was able to build an existing project on Android from CLI. TiSDK 3.2.0.v20131022050844 Titanium Studio 3.2.0.201310220243 CLI 3.2.0 (72f7426b4ee6c2d2883c666d5b7e03906a16012f branch) Mac OSX 10.8.5
Update
Seems to be a separate Titanium Studio issue - opening a new one