Note that there are some explanatory texts on larger screens.

plurals
  1. POBuild error for app using Google Maps API
    primarykey
    data
    text
    <p>I have an issue building my sencha touch 2 app for production, using this command: "sencha app build production". I see following issue:</p> <pre><code>C:\xampp\htdocs\eiamobile\eiamobile\i&gt;sencha app build production [INFO] Deploying your application to C:\xampp\htdocs\eiamobile\eiamobile\i\build\production [INFO] Copied sdk/sencha-touch.js [INFO] Copied app.js [ERROR] UNKNOWN, unknown error 'C:\xampp\htdocs\eiamobile\eiamobile\i\build\production\http:' </code></pre> <p>I see the ONLY if I use external JS (google geometry) file in app.json file:</p> <pre><code> "js": [ { "path": "sdk/sencha-touch.js" }, { "path": "app.js", "bundle": true, /* Indicates that all class dependencies are concatenated into this file when build */ "update": "delta" }, { "path": "http://maps.google.com/maps/api/js?sensor=false&amp;v=3&amp;libraries=geometry", "bundle": true, /* Indicates that all class dependencies are concatenated into this file when build */ "update": "delta" } ] </code></pre> <p>ANY help will be appreciated</p> <p>EDIT: </p> <p>Adding my index.html file</p> <pre><code> &lt;html manifest="" lang="en-US"&gt; &lt;head&gt; &lt;meta charset="UTF-8"&gt; &lt;title&gt;eia-sencha&lt;/title&gt; &lt;style type="text/css"&gt; /** * Example of an initial loading indicator. * It is recommended to keep this as minimal as possible to provide instant feedback * while other resources are still being loaded for the first time */ html, body { height: 100%; background-color: #1985D0 } #appLoadingIndicator { position: absolute; top: 50%; margin-top: -15px; text-align: center; width: 100%; height: 30px; -webkit-animation-name: appLoadingIndicator; -webkit-animation-duration: 0.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: linear; } #appLoadingIndicator &gt; * { background-color: #FFFFFF; display: inline-block; height: 30px; -webkit-border-radius: 15px; margin: 0 5px; width: 30px; opacity: 0.8; } @-webkit-keyframes appLoadingIndicator{ 0% { opacity: 0.8 } 50% { opacity: 0 } 100% { opacity: 0.8 } } &lt;/style&gt; &lt;!-- The line below must be kept intact for Sencha Command to build your application --&gt; &lt;script id="microloader" type="text/javascript" src="sdk/microloader/development.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&amp;v=3&amp;libraries=geometry"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="appLoadingIndicator"&gt; &lt;div&gt;&lt;/div&gt; &lt;div&gt;&lt;/div&gt; &lt;div&gt;&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    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.
    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