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.

Home Page:https://github.com/edimuj/app-audioinput-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

javaspaces opened this issue · comments

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?

commented

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