我正在尝试使用 Sencha touch 访问相机,使用 Phonegap 移植到 Android。正如 Sencha touch guide to using native APIs所建议的那样,我将相机声明为必需:
Ext.require('Ext.device.Camera');
但不幸的是,我收到了这个错误:
07-19 11:51:42.159: E/Web Console(8668): Uncaught Error: [Ext.Loader]
Failed loading './device/Camera.js', please verify that the file exists at
file:///android_asset/www/lib/touch/sencha-touch-all-debug.js:8000
sencha 库在设备下确实有 Camera.js。我不确定为什么会出现此错误。
编辑1:仍然无法找到答案。非常感谢任何建议。