如何在Ionic中添加Phonegap java插件?

时间:2015-04-14 21:51:04

标签: java android cordova ionic

我正在使用Ionic制作应用,我遇到了同样的问题: Cannot find file in the gallerie after downloading it with PhoneGap in Android

当我在我的应用程序中下载图片时,它不会更新Android媒体存储。

所以我想在我的离子应用中设置这个插件: https://github.com/philipp-at-greenqloud/pluginRefreshMedia

但是我不知道我应该把Java文件放在哪里? 我在Ionic找不到任何Java插件教程。

祝你好运

2 个答案:

答案 0 :(得分:0)

您只需使用以下命令从命令行向您的Ionic项目添加一个phonegap插件:

cordova plugin add https://github.com/philipp-at-greenqloud/pluginRefreshMedia

我还建议将ngCordova添加到您的项目中并稍微了解它,因为它会在处理插件等时让生活更轻松。

答案 1 :(得分:0)

我终于使用了我分叉编辑的插件Canvas2Image: https://github.com/sandoche/Canvas2ImagePlugin