Meteor App does not work on Android 4.4

I20170814-12:15:47.888(-7)?
I20170814-12:15:48.417(-7)?
I20170814-12:15:48.422(-7)? I/chromium( 7270): [INFO:library_loader_hooks.cc(112)] Chromium logging enabled: level = 0, default verbosity = 0
I20170814-12:15:48.430(-7)?
I20170814-12:15:48.433(-7)? W/chromium( 7270): [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation
I20170814-12:15:48.435(-7)?
I20170814-12:15:48.437(-7)? D/MeteorWebApp( 7270): Detected new bundled version, removing versions directory if it exists
I20170814-12:15:48.438(-7)?
I20170814-12:15:48.438(-7)? I/MeteorWebApp( 7270): Serving asset bundle with version: 6d7a4a4a9ce2686a60d2f2f527e3aef5c573e8cb
I20170814-12:15:48.441(-7)?
I20170814-12:15:48.441(-7)? I/chromium( 7270): [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported
I20170814-12:15:48.443(-7)?
I20170814-12:15:48.444(-7)? I/chromium( 7270): [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported
I20170814-12:15:48.445(-7)?
I20170814-12:15:48.446(-7)? I/chromium( 7270): [INFO:simple_index_file.cc(397)] Simple Cache Index is being restored from disk.
I20170814-12:15:48.447(-7)?
I20170814-12:15:48.448(-7) (android:http://localhost:12616/packages/jquery.js:9275) Uncaught SyntaxError: Unexpected token ,
I20170814-12:15:48.450(-7)?

this is the messages i get when i use “meteor run android-device”

here is a list of packages i use just in case one of the packages just doesnt work with android 4.4

Meteor packages used by this project, one per line.

Check this file (and the other files in this directory) into your repository.

‘meteor add’ and ‘meteor remove’ will edit this file for you,

but you can also edit it by hand.

meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.14 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.1.1 # Meteor’s client-side reactive programming library

standard-minifier-css@1.3.2 # CSS minifier run for production mode
standard-minifier-js@1.2.1 # JS minifier run for production mode
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code
shell-server@0.2.1 # Server-side component of the meteor shell command

http@1.2.10
u2622:persistent-session
session@1.1.7
ground:db
aldeed:simple-schema
iron:router
jquery

please help thanks