Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Android emulator process stop unexpectedly

i am a beginner in titanium SDK

i try to make a blank app .. seems simple

runs ok with iPhone but android i get application terminated unexpectedly

the app.js contains

var win1 = Titanium.UI.createWindow({
title:'Tab 1',
backgroundColor:'#fff'
});

win1.open();

Thanks for all the help

— asked November 17th 2010 by Rany Ishak
  • android
  • android app build wont run
  • app.js
  • simple
0 Comments

1 Answer

  • Accepted Answer

    Rany

    Try creating a brand new project and, without changing app.js, launch it in the emulator. Can you let me know if that works or not? Then we can take it from there.

    — answered November 17th 2010 by Paul Dowsett
    permalink
    1 Comment
    • i had a previous question with a brand new project not running and it was actually the same one

      now it's fixed i only changed the application package name and now it works … still didn't know why ..

      but no Problem

      Thanks for taking time to answer :)

      — commented November 17th 2010 by Rany Ishak
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.