Closed henryavila closed 5 years ago
When I try to compile, I get the error:
:javaPreCompileDebug
/Users/..../platforms/android/src/com/customtabplugin/ChromeCustomTabPlugin.java:46: error: cannot find symbol
final Context context = this.cordova.getContext();
^
symbol: method getContext()
location: variable cordova of type CordovaInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
CordovaInterface.getContext() was only added in Cordova Android 7.0.0, so you will need to upgrade to at least 7.0.0.
Thanks @AndrWeisR
Hi, is this plugin compatible with cordova-android@6.4 ?