GitHub user masonicboom opened a pull request: https://github.com/apache/cordova-plugin-file/pull/113
fix install on amazon-fireos I'm shooting in the dark, here, so someone knowledgable please check this. I was previously getting this error: Failed to install 'cordova-plugin-file':Error: Uh oh! ".../plugins/cordova-plugin-file/src/android/FileHelper.java" not found! Inspection showed src/android/FileHelper.java doesn't exist, so I removed that line. I also added the AssetFilesystem.java line for consistency with the android section, but don't know if it's needed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/masonicboom/cordova-plugin-file patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-file/pull/113.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #113 ---- commit 989ff131ffa3c8dd66ba367de2cc4ec4a24864e1 Author: masonicboom <masonicb...@users.noreply.github.com> Date: 2015-04-26T04:29:02Z fix install on amazon-fireos I'm shooting in the dark, here, so someone knowledgable please check this. I was previously getting this error: Failed to install 'cordova-plugin-file':Error: Uh oh! ".../plugins/cordova-plugin-file/src/android/FileHelper.java" not found! Inspection showed src/android/FileHelper.java doesn't exist, so I removed that line. I also added the AssetFilesystem.java line for consistency with the android section, but don't know if it's needed. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org