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 Unexpectedly Quit on all applications.

this is also happening to me.
fresh install of snow leopard 10.6.3 , fresh install of titanium developer, mobile sdk, android sdk.

after i updated the android.py file to the one that is on github, i was finally able to see the android tab in the "run emulator" section.
creating a new, blank project and trying to test it in the android emulator opens the emulator and then opens the application and immediately a warning comes up saying "the application ___ has stopped unexpectedly. please try again."

thanks for the help.

rocksteady,
danno~

— asked April 16th 2010 by danno watts
  • android
  • mobile
0 Comments

7 Answers

  • I faced the same problem until I download and set Java JDK 1.6 as default.

    To find out what version, issue java -version

    — answered April 17th 2010 by Peter Lum
    permalink
    0 Comments
  • on snow leopard, ran that in terminal and i'm running 1.6
    here's what it said in terminal:

    Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
    Java HotSpot(TM) Client VM (build 14.3-b01-101, mixed mode)
    
    — answered April 17th 2010 by danno watts
    permalink
    0 Comments
  • update your java jdk dude….its v1.6,update17 that you have in your box…update it to jdk v1.6,update19..guess that should fix your problem…

    — answered April 17th 2010 by Satta Ravi
    permalink
    0 Comments
  • also doesn't help because java for mac comes from apple.

    "The latest version of Java for OS X 10.6 Snow Leopard is 1.6.0_17"

    • http://www.javatester.org/version.html
      ( scroll down to Java on Macs )
    — answered April 17th 2010 by danno watts
    permalink
    0 Comments
  • in addition to this not working on fresh install of snow leopard, my mac pro running leopard 10.5 with the current version of java available is ALSO at 1.6.0_17 and everything runs just fine on that machine. no issues at all.

    exact same set up , with just this computer having snow leopard.

    really would love to have this issue solved, any other thoughts?!
    thanks!!!!

    — answered April 17th 2010 by danno watts
    permalink
    0 Comments
  • Did you ever find the source of this problem? I'm getting the exact same error.

    — answered November 17th 2010 by Mike Dosey
    permalink
    0 Comments
  • I also got the same problem "the application ___ has stopped unexpectedly. please try again."

    After checking the source code of file .js page (in my case: map_view.js) that causing the error, I found that some image resource (.png and .jpg files) were not in place.

    Solved by put the image files needed into the correct folder and rebuild the project.

    — answered February 24th 2011 by Bun Tute
    permalink
    0 Comments
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.