-
Notifications
You must be signed in to change notification settings - Fork 587
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
Specify the static version of the Android framework to avoid build error #198
Conversation
…ring building Building android platform this error appear: "ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex" With the sign + the android framework used is the new and latest version (28.0.0) but seems incompatible now. I have fixed writing static version of framework 27.1.0
Noticed the same issue. Any chance to merge that one please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for me, would be great to merge this fix.
Please Merge! |
can be discarded when merged pwlin#198
Potentially this implementation would be more agreeable, since it will default to not changing the value yet allows you to explicitly set it in the config. Compeat@514dd7d |
hi @ivanosire, thank you for your contribution to this project. We have implemented a solution as per Compeat@514dd7d. This is a more flexible solution and is becoming a fairly standardised pattern across the cordova plugin ecosystem. You can now specify the android support version at installation time: |
Building android platform this error appear:
"ERROR: In FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In FontFamilyFont, unable to find attribute android:ttcIndex"
With the sign + the android framework used is the new and latest version (28.0.0) but seems incompatible now.
I have fixed writing static version of framework 27.1.0