Community Questions & Answers

Android TableView Crash

Hello everybody. I develop for Android and iOS. IDE: Titanium 3.1.0.201304151534-773-7F7BJ7NBRBRJN under Mac Os. I got a problem with TableView. I do appending of rows to Table and then try to scroll the Table. The app crashed if I do scrolling. The...

documentViewer crashes at closing

Hi experts, I'm using the documentviewer to display a local PDF document. This has been loaded via internet and resides in a subdirectory in applicationDataDirectory. Everything works fine at startup, I can see the document, can page through it and see the...

Android VM Crash

Hi Folks, I am making some changes to an existing app to add some extra features and I'm now getting a VM crash on Android 2.2 emulator using 3.1.0GA (actually all 3.xGA can't go back and try 2.x). I don't have any phones handy to try it on to see if it's...

Please help me!!!

Please help me!!! 05-31 03:34:28.524: E/MPT MptOnPowerWatcher(29121): startListen 05-31 03:34:40.024: E/TiApplication(28732): (main) [11771,30813] Sending event: exception on thread: main msg:java.lang.NullPointerException; Titanium 3.1.0,2013/04/15...

Moved to Ti SDK 3.1.0 and android crashing now

I have an app that was built using SDK 2.1.4. For the past week, I've been getting my iOS version of the app up to date with 3.1.0 SDK. I am now ready to do this for android. I compile to the device and I get this error `http://pastie.org/7921720` Pretty...

Filling textfields causes crashes

Hello everyone. I created a function / class called Row which creates a view that contains a lable and a textfield. ~~~ function Row(rowName, additive, additiveValue){ var row = Ti.UI.createView({ height: 65, top: topPadding, width:...

Android - Display large images

I have a floor map that is 5000x5000 pixels that I want to load. I have this code that works in iOS but crashes Android. Its huge because the floor is huge and I want people to be able to zoom into specific areas of the map. I understand the images is...

Play Store Crash: java.lang.UnsatisfiedLinkError: Cannot load library libstlport_shared.so

Hi, We are seeing UnsatisfiedLinkErrors in our Play Store and we can't figure out why. We are not able to reproduce this error on our phones (S3 and Xperia) nor on the simulators. The only other clue we have is that one of the users wrote he is using a...

SDK 3.1.0 GA crashes device

hi I have no problems with 3.0.2 GA but when I use 3.1.0 GA, app runs ok on simulator but crashes in device? Anyone have similar experience?

Map view crashes on first launch

Hi I am currently using Titanium SDK 3.0.0. In my app i am opening a window and adding two views to it : a list view and a map view. The map view is set using the previously acquired current lat, lon. When i install the app for the first time (tested on...

IPhone simulator crash!

First sorry if my english is not very well, ok. My problem is that the emulator of IPhone an IPad crashes when y run my apps on it, i have downgrade to Node.js 0.8 but there is another problem: --- [INFO] : Launching application in iOS Simulator [ERROR]...

How can I know why something isn't working?

Titanium doesn't isn't very good at telling me why something doesn't compile or why something crashes at run time. Trying to add a Map view to a window. The application simply crashes- It doesn't give me any logical reason like "Fatal Exception:...

Re Adding TableView Crashes Android

I have the following code where activeMainMenuEntry.view is a TableView. If it is undefined, I will create it using loadActiveMenuEntryView(), if it is already defined, I will just add it to the main view. In the case it is already defined, it would have...

Access models in a collection cause crash

Hi, I want to output the models from collection. But everytime I access the models the App/Simulator crashs. LogOutput: [DEBUG] : messwerte.length: 100 -- End simulator log --------------------------------------------------------- [ERROR] : An...

Compile app in release mode

Hi everyone, this is my first app with Titanium. I have one question: is there a way to compile the app in release mode? For example I don't want that if the app crashes an user could see the source code of the line that raised the error. Thanks in...

Showing 1-50 of 844 1 2 3 4 5 617