Quantcast
Viewing all articles
Browse latest Browse all 8068

MAC Titanium Studio update issue 3.2 to 3.3 XX

Can't seem to get Android detected by Titanium Studio. When I choose platform configuration it downloads/installs the selected SDK and I can see it appear in the platforms folder in the android-sdk-macosx folder, but Titanium says it doesn't know the version. Going back into Platform Configuration is only shows 4.1.2 checked, but I can't build any projects in for Android.

I had this working before and updated to 3.3. That was worse, where it lost both IOS and Android SDK configuration information. Downgrading to 3.2.0 Titanium Studio I was able to get IOS working again. In my ti config, that is the path to the SDK.

How can I do to get it detected? I already completely reinstalled Titanium Studio, deleted the Android folder, tried the Android distribution directly and copied the folders into the android.sdkPath.

Titanium Studio, build: 3.2.0.201312191547 CLI version 3.2.3 Software OS X 10.9.3 (13D65) Version 5.1.1 (5B1008) Various Android SDKs (10, 16, 19) node v0.10.13

ti config

android.ndkPath        = ""
android.sdkPath        = "/Users/********/Library/android-sdk-macosx"
app.workspace          = "/Users/********/documents/Titanium_Studio_Workspace"
cli.colors             = true
cli.completion         = false
cli.failOnWrongSDK     = false
cli.httpProxyServer    = ""
cli.ignoreDirs         = "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$"
cli.ignoreFiles        = "^(\\.gitignore|\\.npmignore|\\.cvsignore|\\.DS_Store|\\._.*|[Tt]humbs.db|\\.vspscc|\\.vssscc|\\.sublime-project|\\.sublime-workspace|\\.project|\\.tmproj)$"
cli.logLevel           = "trace"
cli.progressBars       = true
cli.prompt             = true
cli.rejectUnauthorized = true
cli.width              = 100
paths.commands         = []
paths.hooks            = []
paths.modules          = []
paths.plugins          = []
paths.sdks             = []
sdk.selected           = "3.2.3.GA"

Viewing all articles
Browse latest Browse all 8068

Trending Articles