android白名单问题上的Cordova 2.2.0

android白名单问题上的Cordova 2.2.0,cordova,whitelist,Cordova,Whitelist,我正在使用cordova FileTransfer下载功能将图像下载到我的android设备。 我正在使用wifi连接从本地服务器下载文件 我已将所有类似的域列为白名单 <?xml version="1.0" encoding="utf-8"?> <cordova> <access origin="*"/> <log level="DEBUG"/> </cordova> 然后呢 01-04 16:48:09.190:

我正在使用cordova FileTransfer下载功能将图像下载到我的android设备。 我正在使用wifi连接从本地服务器下载文件

我已将所有类似的域列为白名单

<?xml version="1.0" encoding="utf-8"?>
<cordova>
    <access origin="*"/>
    <log level="DEBUG"/>
</cordova>
然后呢

01-04 16:48:09.190: W/FileTransfer(2448): Source URL is not in white list: 'http://192.168.0.105/more.web/images//bf1c5a8d-0530-4c44-9e4b-0e0b29b36d10/bf1c5a8d-0530-4c44-9e4b-0e0b29b36d10DISTELDEMOAPP.jpg'
无论如何,由于此警告(=错误?)文件未下载

01-04 16:48:09.190: W/FileTransfer(2448): Source URL is not in white list: 'http://192.168.0.105/more.web/images//bf1c5a8d-0530-4c44-9e4b-0e0b29b36d10/bf1c5a8d-0530-4c44-9e4b-0e0b29b36d10DISTELDEMOAPP.jpg'