Skip to content Skip to sidebar Skip to footer

Android App Failing To Start Missing Chromium WebView

I am using sencha touch with phonegap/cordova to build the android app. When my app starts up i get a white screen with something along the lines of 'MyApp, unfortunatly, has stopp

Solution 1:

"is cordovaWebView the same as Chromium" - Yes, it should be. And the most recent version of that doc is here.

Your best bet is to build the Sencha Touch application using the Cordova CLI or Sencha Cmd as all of the WebView setup is automagically done for you.

I'm not entirely sure how to fix your existing setup, but I would definitely encourage you to use one of the two aforementioned CLI tools... it reduces the likelihood of errors like this.


Post a Comment for "Android App Failing To Start Missing Chromium WebView"