Note that there are some explanatory texts on larger screens.

plurals
  1. POphonegap cordova.js is missing
    primarykey
    data
    text
    <p>I use my connected phone as an ADB device.</p> <p>→ phonegap -v 3.1.0-0.15.0</p> <p>I have almost nothing in my index.html</p> <pre><code> &lt;script type="text/javascript" src="phonegap.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="cordova.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery-1.10.2.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/bootstrap.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/angular.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/main.js"&gt;&lt;/script&gt; &lt;/body&gt; </code></pre> <p>When i run </p> <pre><code>→ phonegap local run android [phonegap] compiling Android... [phonegap] successfully compiled Android app [phonegap] trying to install app onto device [phonegap] successfully installed onto device </code></pre> <p>I can see my app runing and before did not notice the error in console. Then i tried more complicated things like ngRoute but it did not work. I decided to remove all data to almost empty project as you can see(to be sure something else does not cause this error).</p> <p>Then i checked the console via:</p> <pre><code>adb logcat | grep -i console </code></pre> <p>And i see:</p> <pre><code>I/Web Console( 3946): Could not find cordova.js script tag. Plugin loading may fail.:1511 E/Web Console( 3946): Uncaught module cordova/plugin_list already defined:76 I/Web Console( 4329): exception firing pause event from native:1 I/Web Console( 4329): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 4329): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 5006): Could not find cordova.js script tag. Plugin loading may fail.:1511 E/Web Console( 5006): Uncaught module cordova/plugin_list already defined:76 I/Web Console( 5476): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 5949): Could not find cordova.js script tag. Plugin loading may fail.:1511 E/Web Console( 5949): Uncaught module cordova/plugin_list already defined:76 I/Web Console( 6374): Could not find cordova.js script tag. Plugin loading may fail.:1511 E/Web Console( 6374): Uncaught module cordova/plugin_list already defined:76 I/Web Console( 6762): exception firing pause event from native:1 I/Web Console( 6762): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 7141): exception firing pause event from native:1 I/Web Console( 7141): Could not find cordova.js script tag. Plugin loading may fail.:1511 E/Web Console( 7141): Uncaught module cordova/plugin_list already defined:76 I/Web Console( 7267): exception firing pause event from native:1 I/Web Console( 7267): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 7383): exception firing pause event from native:1 I/Web Console( 7383): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 7557): exception firing pause event from native:1 I/Web Console( 7557): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 7697): exception firing pause event from native:1 I/Web Console( 7697): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 7998): exception firing pause event from native:1 I/Web Console( 7998): Could not find cordova.js script tag. Plugin loading may fail.:1511 I/Web Console( 8156): exception firing pause event from native:1 I/Web Console( 8156): Could not find cordova.js script tag. Plugin loading may fail.:1511 E/Web Console( 8156): Uncaught ReferenceError: angular is not defined:10 I/Web Console( 8491): exception firing pause event from native:1 I/Web Console( 8491): Could not find cordova.js script tag. Plugin loading may fail.:1511 E/Web Console( 8491): Uncaught module cordova/plugin_list already defined:76 </code></pre> <p>But it does not makes sence. I have this script tag in my index.html as you can see + this file exists in:</p> <pre><code>platforms/android/assets/www/ </code></pre> <p>I also copied this file into my normal www directory.</p> <p>So what's the problem please?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload