JsRender incompatible with PhoneGap on Android?-Collection of common programming errors

I would like to use JsRender in a PhoneGap Jquery Mobile project. When I run my application in a simple browser (for example Firefox), everything works fine. When I run the application in Android emulator I get the following error in console:

D/CordovaLog(603): file:///android_asset/www/js/program.js: Line 45 : TypeError: Result of expression ‘$(“#vehicletemplate”).render’ [undefined] is not a function.

Please advice. Is there anybody who try JsRender in Phonegap with Jquery Mobile on Android 2.1?