I wanted to test an app which I developed against API level 7 on our Asus tablet. Probably it won’t look to nice or anything but I’d just like to see how it looks like. As external libraries we use jQuery, jQ mobile and Phonegap.
However the app won’t even start:
ReferenceError: Can't find variable: $ at file:///android_asset/www/main.js:7
which is the following line:
$(function(event){//waiting for document
I’m totally blasted by this also because the app actually works on my 2.2 droid without any changes in the code. I appreciate any information related to this issue. :C
Apparently the platform does not like to include external scripts like
I had already downloaded the libraries and changing the source attribute to the local copy solved the problem.