Questions tagged [titanium-android]

The Titanium SDK provides community developers with an unmatched ability to create quality native, mobile web or rich hybrid applications to all platforms from a single code base, using JavaScript.

The Titanium SDK provides community developers with an unmatched ability to create quality native, mobile web or rich hybrid applications to all platforms from a single code base, using JavaScript. With over 5,000 APIs, Titanium allows you to deliver an immersive user experience at a fraction of the time compared with traditional native platforms, and without compromise.

The Titanium SDK is an open source SDK with more than 591,461 community developers contributing constantly to further enhance and extend it. Independent developers, ISVs, and partners can create Modules to extend the SDK with mobile user interface controls, access to 3rd party services, and leverage any native platform API.

97 questions
0
votes
1 answer

Can't hide soft keyboard using Titanium SDK - Android

I have an action bar that contains a Titanium searchView. Currently the searchView receives focus when the page loads and the soft keyboard is shown. I need the soft keyboard to not be shown by default so that list data beneath it is viewable. I…
Nick
  • 150
  • 1
  • 12
0
votes
1 answer

I'm getting the following error when building an app on Android Devices

| ERROR | An uncaught exception was thrown! Cannot read property 'localNSMap' of undefined | ERROR | Cannot read property 'localNSMap' of undefined This is the error i'm getting only for Android devices and it terminates before building the app.…
0
votes
1 answer

ERROR Application Installer abnormal process termination. Process exit value was 1

Working on android Titanium app, but I got the error building app on the android device Titanium SDK Targeting 5.5.1.GA, (dont wanna use 6.x.x.GA) below error, I am getting. Writing unmerged custom AndroidManifest.xml [INFO] : Packaging…
0
votes
1 answer

Titanium - Android button "native" behavior upon styling

I've created 2 buttons: The first is a really simple default button. And the second I just added a red background color. The result is this: As you can see from…
0
votes
2 answers

Put "List of Objects" in KrollDict with Titanium Android Module Development

I have a custom class declared in the module source code. public class Friend{ public String name; public List phoneNumbers; public List emailAddresses; public Friend(String name, ListemailAddresses, …
0
votes
1 answer

Appcelerator Titanium UI textfield with image

I am a beginner in titanium development. I need help to design an app with a textfield contains image icon like below image. i am not using app designer. Please help meenter image description here Thanks in Advance
0
votes
1 answer

ti not recognized as internal or external command

I am developing Android applications using appcelerator. I am trying to build it through command using titanium build -p android -b argument.But it show 'ti'not recognized as internal or external command error. The app run fine on emulator.I…
0
votes
2 answers

How to load CommonJS module in Titanium project correctly?

I'm working with Atom and Titanium SDK 6.0.1.GA, Alloy 1.9.8 and targeting Android API 22, I created a CommonJS module in the Resources folder but when I try to run my app I get the following error: In ti:/module.js:303,2 Message: Uncaught Error:…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

How to scale correctly Titanium ImageView inside its parent?

I'm working on Windows 10 starting to learn Titanium SDK 6.0.1.GA and Alloy 1.9.8, I want to display an ImageView filled with an image chosen from the gallery, this component is placed inside a View in my .xml like this:
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

Appcelerator titanium android crash

In android (again) i received following error and app stops working when i go to a screen : [ERROR] : TiApplication: (main) [629,72636] Sending event: exception on thread: main msg:java.lang.ClassCastException: java.lang.Object[] cannot be cast to…
0
votes
1 answer

Unable to build android from titanium appcelerator

When i'm trying to build my app for android, i received following error from console : [INFO] : No aidl files to compile, continuing [INFO] : Generating i18n files [INFO] : Generating …
0
votes
2 answers

Titanium/Android access a file created in Titanium from native module

How do I access a file saved by Titanium from within a native module? In my code, I save a picture taken with the camera (Ti.Media) to a file. Then, I'm trying to read that same file from my module. I'm passing the nativePath to the module's method.…
skypanther
  • 975
  • 8
  • 19
0
votes
1 answer

Appcelerator CKeditor android WebView

I'm trying to use the ckeditor in my app via WebView on android. On iOS the ckeditor appear prefectly, but on android I have this error: I/TiWebChromeClient.console: (main) [49519,49519] Uncaught TypeError: Cannot set property 'dir' of undefined…
amurcia
  • 801
  • 10
  • 26
0
votes
1 answer

how add Android project as library or add arr in android moudle project

I need to use a third-party SDK which must be added as aar or android project library. I tried to unzip the aar and copy the /lib and /res files to my titanium android module project, but it didn't work. the error looks like this: The developer of…
jack
  • 98
  • 1
  • 4
0
votes
2 answers

Packaging Android Module error (Titanium SDK)

I'm trying to compile a Titanium Module (android) but I'm getting this error: Launching build and packaging failed Build failed. Unable to locate generated zip file at…