-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Could not get unknown property 'cdvCompileSdkVersion' #821
Comments
I had a bad plugin installed that was 5 years untouched. I need a drink. |
Hi, getting same error on building an old application. Can you tell which plugin did you remove ? |
I don't remember exactly now, but I think that it was the firebase one which is unmaintained |
I'm getting the same issue with intercom plugin... |
1 year later :( |
I found a workaround, but it's dirty 😕
I'm sure this is very bad practice etc, probably caused by not understanding what is actually wrong. I hope to solve it better in the future, but it seems to work for now. |
Did anyone find a different fix for this? I'm facing the same issue with the latest intercom package, basically
For some reason i cannot set this variable from the config.xml |
Some outdated packages cause it, such as There are multiple ways to solve this, it's even an example from Cordova docs. That one working for me - add |
Bug Report
Problem
ever since adding google play services I have been following the rabbit holes of this issue and that issue and at this point I have no idea where the error lies. I have been getting the error:
after reading files I went and found that downgrading to 6.4.0 solved it. did that got another error, then read the post #485, so I upgraded back to 8.0.0 and still getting the issue.
What is expected to happen?
to compile and run
What does actually happen?
the error above
Information
config.xml
Command or Code
$ ionic cordova run android --device
Environment, Platform, Device
mac osx
Version information
Checklist
The text was updated successfully, but these errors were encountered: