@idhamlime wrote:
i try to build android using
ionic cordova build --release android
, the problem is i got the first error sayingFailed to restore plugin “cordova-plugin-media-capture” from config.xml. You might need to try adding it again. Error: Version of installed plugin: “cordova-plugin-file@5.0.0” does not satisfy dependency plugin requirement “cordova-plugin-file@^4.0.0”. Try --force to use installed plugin as dependency.
i try downgrade cordova-plugin-file to version 4.0.0, but i got the second error saying
Failed to restore plugin “cordova-plugin-file-transfer” from config.xml. You might need to try adding it again. Error: Version of installed plugin: “cordova-plugin-file@4.0.0” does not satisfy dependency plugin requirement “cordova-plugin-file@>=5.0.0”. Try --force to use installed plugin as dependency.
when i upgrade to cordova-plugin-file to 5.0.0, the first error comes up again
Posts: 1
Participants: 1