As we have setup the openvidu-call-ionic app but we are unable to build the android apk. As we are getting the "error: package android.support.annotation does not exist
import android.support.annotation.RequiresApi; "
We found the similar thread here ( Ionic android build error ). After removing the cordova-plugin-android-enumeratedevices build successfully but we are unable to get the media device (cam/mic ) .
Please let me know how we can implement this plugin to our openvidu-call-ionic app ?
I don’t think the problem lies in the NPM version. When I faced this issue I downloaded the project again from the GitHub and on running “ionic Cordova run android” I used to get same error but when I run “ionic Cordova build android” I didn’t get any error.