'React Native Task :app:processDebugResources FAILED

Execution failed for task ':app:processDebugResources'.

Android resource linking failed /home/mahesh/.gradle/caches/transforms-2/files-2.1/c0fe0d468b2d9842e23d5a9c1c80a565/res/values/values.xml:731:5-756:25: AAPT: error: resource android:attr/lStar not found.

buildToolsVersion = "30.0.3" compileSdkVersion = 29 Thanks in advance

Android Gradle Plugin version 3.4.2



Solution 1:[1]

As @akshay said,

If you are using @react-native-community/netinfo library, update it.

This solved the problem

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Edwin Acevedo