-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot find symbol import android.support.v4.app.ActivityCompat #356
Comments
I think the solution will be related to this: To work with Cordova 10, I think plugin needs to be updated to change all references for:
Probably a cordova version check is necessary, anything under cordova 10, leave it as is, if installed on Cordova 10 build, then change the reference. |
Yup, this worked. In file: Line 27 needs to be changed from
After that, everything compiled correctly. |
please do a pr for this fix |
#329 only someone has to merge |
After more then a year now this is still an open issue. Not good. |
no progress here? |
I met the same problem perhaps need merge fix finally) |
any upgrade? still have the issue |
I have this plugin in my project, it was working well on Cordova v9.0.0 and Cordova-Android v8.1....but when I upgraded my environment to Cordova v10.0.0 and Cordova-Android v9.1.0, I get the following error during compile:
This plugin doesn't look like it has had any updates in about two years. Is it still being maintained....is there a fix for the above?
The text was updated successfully, but these errors were encountered: