My 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 ArticleGetting the value of a TextField in ListView
Hi, I've been around this for 2 days now with no success. How can I get the value of a editable TextField inside a ListView? The best one I got so far was to use...
View ArticleGoogle Play Service "SERVICE_NOT_AVAILABLE"
I'm using the android emulator with the target "Google APIs (Goole Inc) - API Level 18" and have installed the Google Play services through the SDK Manager. I always get the "SERVICE_NOT_AVAILABLE"...
View ArticleTimePicker minuteInterval on Android doesn't seem to work
I'm trying to use a Titanium.UI.Picker of type PICKER_TYPE_TIME and I'd like to make the minutes adjust in increments of 5. Whenever I try to set the minuteInterval property, no change in behavior is...
View ArticleCan't change Android emulator after 3.2.0/Studio update
After holding my breath and updating (and getting the relatively radical Studio changes), I can't seem to change the emulator type/parameters for Android. No matter what I do, I get an HVGA resolution...
View ArticleHow to revert from Titanium 3.2.0.GA to my previous 3.1.3.GA?
I made the mistake to update my Titanium 3.1.3.GA to 3.2.0.GA and now I'm facing the same problems many developers. In my case is the inability of Titanium Studio to detect my Android SDKs anymore and...
View ArticleMaps crash in Android
Hi to everybody, i have this code:var pin = Titanium.Map.createAnnotation({ latitude:36.830260,//33.74511, longitude:11.942233,//-84.38993, title:"Sport House", subtitle:'Sea, Sports, Wear',...
View ArticleHow to use android.permission.set_time in appcelerator ???
hi, how to use android.permission.set_time in appcelerator ??? example: setTime(tTimeInMillis());
View ArticleError parsing JSON
I've been trying to parse a JSON that i get from server. Before this, it works nicely but suddenly it doesn't work. I'm using the same code in both android and iOS but only in android it doesn't load....
View ArticleNo Android SDK under the specified SDK location
Hello, I've installed titanium and android sdk 2.3.3 it worked fine. but after adding an evironnement variable PATH to add sqlite and after restarting titanium i've got a strange error in titanium when...
View Article[Android - SDK 3.2] How to record a video and show in a VideoPlayer ?
How to record a video and show in a VideoPlayer in android ? Theres no sample in KitchenSink. I using the last sdk 3.2.0. Thanks !
View ArticleTitanium Module Android - “Requested module not found”
Info: Application type: Mobile Titanium SDK : 3.2.0.GA Platform & version: Android Device: Android Device (Moto X) Host Operating System: Windows 7 Titanium Studio: Titanium Studio, build:...
View ArticleAndroid app with many pages of context
Hello, I am quite new with developing with Titanium studio and so I would like to ask for some pointers in developing one of my first Android application. I am having problems in organizing myselft...
View ArticleIs it possible to play streaming background audio with control over...
On Android, is it possible to play streaming background audio with a scrubber/slider to control play position? VideoPlayer: Has scrubber/slider but stops when home button or power button is pressed....
View ArticleTitanium.Platform.displayCaps.dpi returns wrong value on Nexus 5
As I said in the title, Wrong Titanium.Platform.displayCaps.dpi is returning a wrong value on my Nexus 5 (160 instead of 445 which would be correct) The Ti.Platform.displayCaps.platformWidth and...
View ArticleNew Airpush Native Plugin
Hi appcelerator forums, My name is Nick and I am part of the publisher solutions team at Airpush! Just wanted to let everybody know that we just released a truly native appcelerator Plugin for our new...
View ArticleCan install apps on Android Emulator after Titanium update to 3.2
This is the error i get when i try to emulate an app to the Android Emulator. Well, first of all now i have to choose the emulator, aka, 4_HVGA, 1_WVGA, 4_WVGA or 5_WVGA. And i cant use any app with...
View ArticleHow can I hide title bar of Window in Android?
Hi friends, Could you please give me some suggestions of how to hide the title bar of Window in Android by NOT setting the property fullscreen to True? So that I could set the top of that window. Thanks.
View ArticleDeactivate Screen
Hi, i have 10 screens in my application my first screen is login in that 10. Actually what i want here is except my login screen if user is 2 mins with ideal( no action performed) in any screen. it...
View ArticleAndroid app only shows splash screen when no debugger is attached
When I run my Titanium app without the debugger attached, it shows the splash screen and never progresses past it. Thinking this was my code, I created a brand new project, made no changes to it and...
View Article