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 SDK Stuck on "Loading..."

When I try to run an Android app in the emulator, it won't load the SDK and screen size. It seems like this is a common issue for iPhone development upon upgrading to iTunes 10. Is that the cause for the Android side as well? I used the prereq.py patch but that didn't seem to help. Any sort of direction would be incredibly appreciated.

Thanks,
Zach

— asked September 20th 2010 by Zach Winter
  • android
  • loading
  • sdk
0 Comments

3 Answers

  • You shouldn't have to patch anything on Android to get it running at this point. Make sure you're using 1.4.0 and have everything setup. There are updated installation guides in the Getting Started section of the documentation.

    — answered September 20th 2010 by Don Thorp
    permalink
    0 Comments
  • You shouldn't have to patch anything on Android to get it running at this point. Make sure you're using 1.4.0 and have everything setup. There are updated installation guides in the Getting Started section of the documentation.

    — answered September 20th 2010 by Don Thorp
    permalink
    0 Comments
  • I had this problem, on a linux system, and worked out that it was caused by the files in android's tools directory not having execute permissions. Hence, on my system they are located in:

    /opt/android-sdk/tools/
    

    and changing to that directory and running:

    chmod 755 *
    

    resolved it, giving the user running TiDev execute permissions on those files.

    Anyone who has the "Error creating project" problem, please see this post

    — answered November 21st 2010 by Paul Dowsett
    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.