React-native-fcm: Unable to compile android project

Created on 20 Dec 2018  路  5Comments  路  Source: evollu/react-native-fcm

/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/a586b0a3d421c5bb7413374bc558cd65/res/values/values.xml:255:5-69: AAPT: error: resource android:at

Most helpful comment

this happening because of using com.android.support:support-core-utils:28.0.0 manually change it to 27

All 5 comments

/Users/account/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/a586b0a3d421c5bb7413374bc558cd65/res/values/values.xml:255:5-69: AAPT: error: resource android:attr/fontVariationSettings not found.

/Users/account/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/a586b0a3d421c5bb7413374bc558cd65/res/values/values.xml:255:5-69: AAPT: error: resource android:attr/ttcIndex not found.

error: failed linking references.

this happening because of using com.android.support:support-core-utils:28.0.0 manually change it to 27

this happening because of using com.android.support:support-core-utils:28.0.0 manually change it to 27

Thanks @ramzi27 , it worked for me...

Thank you @ramzi27! Such an awesome solution that gave me additional hours to sleep!

@ramzitannous i did it but i have this problem yet
in react-native-fcm/android/build.gradle i have this "com.android.support:support-core-utils:27.1.1"

can anyone help me

Was this page helpful?
0 / 5 - 0 ratings