Aapt Error Resource Android Attr Lstar Not Found

[Solved] Aapt Error Resource Android Attr Lstar Not Found | Kotlin - Code Explorer | yomemimo.com
Question : AAPT: error: resource android:attr/lStar not found.

Answered by : muhammad-zubair

ext { buildToolsVersion = "29.0.2" minSdkVersion = 21 compileSdkVersion = 29 targetSdkVersion = 29 googlePlayServicesAuthVersion = "16.0.1" androidXCore = "1.6.0" //Add this line
}

Source : https://stackoverflow.com/questions/69021225/resource-linking-fails-on-lstar | Last Update : Mon, 13 Sep 21

Question : error: resource android:attr/lStar not found.

Answered by : ashirbad-panigrahi

yarn add @react-native-community/netinfo

Source : | Last Update : Tue, 03 Aug 21

Question : error: resource android:attr/lStar not found.

Answered by : nutty-nightingale-ihngez0celf0

npm update @react-native-community/netinfo

Source : https://exerror.com/solved-error-resource-androidattr-lstar-not-found/ | Last Update : Mon, 06 Dec 21

Question : error: resource android:attr/lStar not found.

Answered by : nutty-nightingale-ihngez0celf0

ext { buildToolsVersion = "29.0.2" minSdkVersion = 21 compileSdkVersion = 29 targetSdkVersion = 29 googlePlayServicesAuthVersion = "16.0.1" androidXCore = "1.6.0"
}

Source : https://exerror.com/solved-error-resource-androidattr-lstar-not-found/ | Last Update : Mon, 06 Dec 21

Question : error: resource android:attr/lStar not found.

Answered by : nutty-nightingale-ihngez0celf0

Execution failed for task ':app:processDevelopmentDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed
.../app/build/intermediates/incremental/mergeDevelopmentDebugResources/merged.dir/values/values.xml:2682: AAPT: error: resource android:attr/lStar not found.

Source : https://exerror.com/solved-error-resource-androidattr-lstar-not-found/ | Last Update : Mon, 06 Dec 21

Question : AAPT: error: resource android:attr/lStar not found

Answered by : coding-era

I just fixed this issue by replacing
./gradlew assembleRelease
by
./gradlew app:assembleRelease

Source : | Last Update : Sat, 01 Jul 23

Answers related to aapt error resource android attr lstar not found

Code Explorer Popular Question For Kotlin