edimuj / cordova-plugin-audioinput

This iOS/Android Cordova/PhoneGap plugin enables audio capture from the device microphone, by in near real-time forwarding audio to the web layer of your application. A typical usage scenario for this plugin would be to use the captured audio as source for a web audio node chain, where it then can be analyzed, manipulated and/or played.
https://github.com/edimuj/app-audioinput-demo
MIT License
161 stars 88 forks source link

Plugin doesn't support this project's cordova-android version. cordova-android: 7.0.0 #67

Closed javaspaces closed 6 years ago

javaspaces commented 6 years ago

Hi,

I'm trying to use this plugin with my Android app, and when I try to add the plugin to my project, I get the following error message:

"Plugin doesn't support this project's cordova-android version. cordova-android: 7.0.0, failed version requirement: <6.3.0"

What can I do to resolve this issue?

edimuj commented 6 years ago

Actually this is not an error. This plugin depends on the cordova-plugin-compat v1.2.0, that only is used in older cordova projects. In newer projects, such as yours, the message above is shown indicating that the cordova-plugin-compat wasn't needed and therefore wasn't added. You can read more about this here: https://github.com/apache/cordova-plugin-compat