2012-09-06 42 views

回答

1

我發現文章在http://simonmacdonald.blogspot.co.uk/2012/07/phonegap-android-plugins-sometimes-we.html是有幫助的。

此插件的API發生了一些變化,代碼需要更新。

根據上面的頁面上的信息,您應該更新您的方法來閱讀。

private ContentResolver getContentResolver(){ 
    return cordova.getActivity().getContentResolver(); 
} 

我仍然在這個插件集成到我的項目的過程中,我知道有超過這點挑戰(但現在的Java代碼編譯至少)。