-
Notifications
You must be signed in to change notification settings - Fork 54
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
Build Issue " unknown property cdvCompileSdkVersion" #129
Comments
I have the same problem... |
Hey, |
Hi, four months after the last request I ran into the same issue... |
In the fork timeline, a few people forked to 8.0. Check if that solves your
issue.
… |
Is there an easier way to find than checking all forks? Sorry, I am not the firm with github... |
Yes, there's a timeline somewhere, although when I checked just now it was gone, or maybe I checked in the wrong place. In any event, I did incidentally look at the forks earlier yesterday, so here's one to try: Let me know how it goes! |
First of all: thanks a lot for your support and linking to the version. I have tried different combinations of cordova-android and the plugin.
my steps:
😞 |
This issue seems to stem from Cordova using an outdated I'm also doing a couple other things in this script unrelated to this issue, so if they don't apply to you, just remove lines 11-15. |
Hi,
I met build issue after I install the plugin, the error is:
"Could not get unknown property 'cdvCompileSdkVersion' for object of type com.android.build.gradle.LibraryExtension."
I just follow the steps mentioned in Adding an Android APK Expansion File to a Cordova Project and also downgraded the Cordova to 6.5.
Also, I have tried change the "build-extra.gradle" file in this plugin by modifying dependencies to "implementation project(':com.flyingsoftgames.xapkreader:library')" but I still get same error.
Does anyone have idea on this?
Thanks.
The text was updated successfully, but these errors were encountered: