-
Notifications
You must be signed in to change notification settings - Fork 349
Error: resource android:attr/fontVariationSettings not found. #207
Comments
I try with suggest solution here: #205 (comment) and now, I built success. Thanks |
try to change the compileSdkVersion to: |
working thanks(y) |
* solves issue #228 * update build number for integration tests. I had to deploy a snapshot * reduce logs * upgrade plugin for integration tests * upgrade to compileSdk 28 according to crosswalk-project/cordova-plugin-crosswalk-webview#207
This is still causing issue for me, I tried change the |
|
It was fixed by updating this line |
|
change the compileSdkVersion to: |
I have the same error and cannot find compileSdkVersion... Edit: android/app/gradle.build
|
If anyone has stumbled upon this problem due to getting this error recently out of nowhere in your previously working fine react native projects - this is due to the latest BREAKING CHANGE in Google Play service and Firebase. Specially you will have problem with the packages which are dependent on -
Check this thread first - And solution would mostly be like this - |
I almost gave up, since i have going to different thread for almost 4 days. This is really frustrating that this can break you app without any apparent reason. check project.properties in the android project root folder for |
@pengcao1 @MarvinMakes I changed Also I tried to change The versions were different but it doesn't install none of it. Did it install the version 28 in your case? |
@DarkKnight1992 you're a life-saver, thanks to you and the others here for the fix. Will think twice about using the + notation again! |
compileSdkVersion increase to 28 |
Hi guys,
The last week, I still built success project on Android, but now, I have an issue with run build on Android.
Plugin list:
`
Please help me provide a solution on this issue.
Many thanks.
The text was updated successfully, but these errors were encountered: