Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9126293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:00:28+00:00 2026-06-17T07:00:28+00:00

I have developed an app using Sencha Touch 2.1.0. My app is running successfully

  • 0

I have developed an app using Sencha Touch 2.1.0. My app is running successfully on the emulator, but when I try to launch on any device (I have tried four different devices), the default Sencha splash screen does not disappear and the app does not start working. The error I found from the log-cat is:

12-27 18:39:21.580: E/Web Console(23413): Uncaught Error: [Ext.Loader] Failed loading ‘file:///android_asset/touch/src/event/Dispatcher.js’, please verify that the file exists at file:///android_asset/touch/sencha-touch.js:8321
12-27 18:39:21.580: E/Web Console(23413): Uncaught Error: [Ext.Loader] Failed loading ‘file:///android_asset/touch/src/event/publisher/Dom.js’, please verify that the file exists at file:///android_asset/touch/sencha-touch.js:8321

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:00:29+00:00Added an answer on June 17, 2026 at 7:00 am

    It looks like you are using a development build of the app where it loads in each class individually. I always use sencha’s build tools, and build for “testing” or “production” before I go onto the device. The call to build for testing, if called from your project root is:

    // this figures out all your project dependencies
    sencha app resolve http://localhost/ref/to/your/project/index.html dependencies.json
    // this will build your project for testing, which does not remove white 
    // space or comments, and does not generate cache.manifest files for HTML5 caching 
    sencha app build -e testing
    

    The build destination directory is configured in the app.json file and will have some lines similar to:

    "buildPaths": {
        "testing": "../builds/testing",
        "production": "../builds/production",
        "package": "../builds/package",
        "native": "../builds/native"
    },
    

    My development flow is to build in the browser, then build for “testing” when I need to test on the device. Here is my build.sh script, which I run from my application root. This script generates all my dependencies, builds for testing (based on my app.json buildPaths params), changes directory to a directory called “builds/android/” where I hold my android (phoneGap) project, then builds the project to the device I have attached via USB:

    sencha app resolve http://localhost/careathand/front/mobile/dev/index.html dependencies.json
    sencha app build -e testing
    
    # build the application on the device with cordova
    cd ../builds/android/
    ./cordova/debug
    ./cordova/log | grep Cordova
    

    Now all I have to do is run the following command from my project root:

    sh build.sh
    

    A round about answer, but hopefully this helps streamline your dev process and ultimately fix the problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have developed an app, running on iphone and android, using phonegap and jquery
I have developed my app using core data. It works fine in the simulator.
I have developed a web app using a webservice. Everything works fine in the
I have developed a blackberry app, in which I am using Persistent Storage to
I have developed an app that in testing has worked fine but when it
I have developed an iPhone app using an iPhone 3G. How can I test
I have developed a simple DB-editing app using Xceed's excellent DataGrid for WPF (UX
I have developed an app using Phonegap for Android and IPhone. Is there how
I have developed an app that has work successfully for the last 4 months
I have developed an iPhone app using Monotouch and am about to do some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.