-
Notifications
You must be signed in to change notification settings - Fork 858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entry is not public in LinkedHashMap; cannot be accessed from outside package #262
Comments
Same problem, any suggestions? |
I have the same problem, did you find the solution? |
+1 |
Hey guys, The problem was on a variable mistake in ImageFetcher.java. We can use our repositery that has the fix: https://github.com/mkihellas/cordova-imagePicker. Keep in mind that I also changed some things in plugin.xml in order to make it build successfully with CLI 8.0.0 on PhoneGap. |
Thanks @mkihellas will give it a shot and let you know |
+1 |
This also addresses the following error: wymsee#262
Add support for cordova-android 7+ This also addresses the following error: wymsee#262
the plugin no longer maintained ! I recently made a new plugin: https://github.com/DmcSDK/cordova-plugin-mediaPicker |
This bug was a showstopper for me. I ended up using to the camera plugin (https://github.com/apache/cordova-plugin-camera) instead. Just pass |
In having to maintain an older ionic project, without changing much on my machine and coming back to the ionic app months later, I ended up having to do what @dansterrett suggests and used cordova-plugin-camera and it seems to work well and is probably the most actively maintained. There were too many broken dependencies between mediaPicker and others to successfully build for me. I suspect it's where I've updated cordova and ionic over time that the older ionic app and plugins began breaking all of a sudden. |
Dear Sir, Can you share with us the proper way to use your plugin (which looks really promising) with an ionic 3 project? Best Regards. |
Hi,
android compilation fails with error
...\platforms\android\app\src\main\java\com\synconset\ImageFetcher.java Error:(293, 58) error: Entry is not public in LinkedHashMap; cannot be accessed from outside package Error:Execution failed for task ':app:compileDebugJavaWithJavac'. Compilation failed; see the compiler error output for details.
Cordova 8
Gradle 3.0
defaultCompileSdkVersion=26
Any suggestions how to fix this problem?
Thank you very much for your help!
The text was updated successfully, but these errors were encountered: