Titanium Studio can't find Android SDK
Hi I am running Titanium Studio on OSX Mavericks and have been using it on 2 different user profiles for quite some time. For some reason I have only been able to install updates using the userprofile...
View Article[Android SDK Home] No Android SDKs were found under the specified SDK location
I am using titanium studio 3.2.1 But I get this error while searching for the sdk's: [Android SDK Home] No Android SDKs were found under the specified SDK location I have all android sdk's installed, I...
View ArticleUnable to run a project
Everything was working fine in titanium and suddenly it started giving the following error. Can someone please help? Titanium is installed on Ubuntu 64-bit system.Titanium Command-Line Interface, CLI...
View ArticleAbnormal process termination. Process exit value was 8
Application type: mobile Titanium SDK:3.x Platform & version: Android 10.10 /16.16 /19/19 Device: Android emulator Host Operating Windows 7 Titanium Studio, build: 3.2.1.201402041146 When I run...
View ArticleVertical/horizontal scrolling a la Yahoo Weather?
Hi all. I'm talking to a development house about building an app I've designed as I'd love to go with Titanium to save on the overall development effort, but one of the features/functionality of the...
View ArticleNo Android SDKs were found under the specified SDK location
Hello, I am trying to install Titanium to use it to test Android applications After installing Titanium Studio and installing Android sdk, i get the following message : No Android SDKs were found under...
View Articlehow to create contacts filter
Hi friends, I have added Add button in my application. Add button click to open android device contact book select person to show contacts but the issue is contact numbers undefined so i need to filter...
View Articlewebview evalJS never work
i tried multiple times to use evalJS on a webview but it always return null i am using 3.1.2 Ti developing for android here is my code var window = Titanium.UI.createWebView({ height : "100%", width :...
View ArticleAdjust the fontsize for screen with different dpi.
I am changing the font size according to the screen size like this. var DefHeight; if (Titanium.Platform.displayCaps.platformHeight > Titanium.Platform.displayCaps.platformWidth){ DefHeight =...
View ArticleHow to load local javascript files into WebView?
__index.html:__ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta charset="utf-8" /> <!-- Always force latest IE rendering engine (even in...
View ArticleevalJS makes trouble SDK 3.2.0.GA
Here my simple code:var win = Ti.UI.createWindow(); var webview = Ti.UI.createWebView({ url : 'http://www.appcelerator.com/', }); win.add(webview); win.open(); webview.addEventListener('load',...
View ArticleOpenGLRenderer: Bitmap too large to be uploaded into a texture
How to solve the problem: [WARN] : OpenGLRenderer: Bitmap too large to be uploaded into a textureOccurs when I insert an image into a ImageView shot at the camera from the gallery
View ArticleEvent doesn't fire
Hi, The event "keyboardframechanged" doesn't fire when i activate the keyboard. Is there any error in my code?Ti.App.addEventListener("keyboardframechanged",function(e){alert("keyboard changed");});...
View Articlehow to deal with alloy memory leaks
hi, iam working on alloy project (IOS,android) , and i go this window <Alloy> <Window id="mainWW" onClose="clearMemory"> <Require src="topbar" id="topBar" /> <ScrollView...
View Articleerror File: fail readDirectory() errno=2
I run in android samsung. the code is var ContactList = Alloy.createController('ContactList').getView(); ContactList.open(); but it can not open. and I had <uses-permission...
View ArticleImage in annotation for google maps module
Hi, I am implementing a map using the google maps v2 for Android module, based off the docs for this module, I am attempting to include a picture in the annotation. I have tried both the rightbutton...
View ArticleAndroid imageview width percentage
App Type: Android SDK: 3.2.0 Device: Galaxy S3 i9300 Version: Android CM 4.3.1 Host: OSX 10.9.1 Alloy Just added imageview to xml: <Alloy> <Window> <ImageView image="/images/logo.png"...
View ArticleMy app gives 'Package file was not signed correctly' error on google play store.
After applying these steps my app gives 'Package file was not signed correctly' error on google play store. My app link is here The tiapp.xml file of my app is as below: <?xml version="1.0"...
View ArticleFrom SqLite to Array to GridView. Problem when user returns from another window.
Hi everyone, I save user input in a sqlite database, I retrieve data from that database in updateGrid(), I then display that data in populateGridView(). This work fine. But when user goes to "user...
View ArticleProblem detected with android sdk setting
Hello Sir/Madam I am using the Titanium Studio for Android App developer, but it show an error the error it is showing that Problem detected with android sdk setting in details it shows that the...
View Article