Phonegap: Source URL is not in Whitelist

前端 未结 4 1821
萌比男神i
萌比男神i 2021-01-06 13:22

I am trying to get PhoneGap 2.4.0 FileTransfer working on Android 4.2.

I get a Logcat warning message saying:

The Source URL is not in white list: \'         


        
4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-06 13:31

    If you are not using DroidGap, you need:

    Config.init(this);
    

    In the onCreate of your activity. Otherwise, all whitelisting will fail. Just found this out after two hours of painful digging.

提交回复
热议问题