AAPT: error: resource android:attr/lStar not found.
See original GitHub issueDescribe the bug
Exception is occurred when trying to implement any Pluto version
for v1.1.1
- it was duplication classes issue.
now AAPT: error: resource android:attr/lStar not found.
To Reproduce
- Add libray to
build.gradle
- Configure the library as intended
- Build application
- Build failed with error
Screenshots
version 1.1.1
-
version 2.0.3
-
Smartphone (please complete the following information):
- OS: Android
- Library Version
2.0.3
as well as1.1.1
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Message "error: resource android:attr/lStar not found"
One major cause for this issue is the Gradle version difference between an added library and the projects build Gradle. This can result...
Read more >AAPT: error: resource android:attr/lStar not found. - Unity Forum
Trying to build for Android 11. ... CommandInvokationFailure: Gradle build failed. ... Note: C:\Users\Admin\Documents\Unity Projects\Android\XXXXX\ ...
Read more >resource android:attr/lStar not found build error (Android) #228
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR:/ ...
Read more >[Solved] error: resource android:attr/lStar not found. - B4X
This error happens with a misconfigured SDK or an old and no longer supported library (none of the official libraries).
Read more >React Native: "resource android:attr/lStar not found." error ...
ERROR :/Users/renchap/.gradle/caches/transforms-3/1a8a70571d20c2327fca2f69e8928226/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dharamveer-appyhigh @jaykasliwal we have downgraded our
android-core
version to1.6.0
in our latest release. Try it out once, and see if the issue is fixed.@dharamveer-appyhigh issue seems to be with
androidx.core:core-ktx
library, can you share what version of the above library are you using? (Pluto uses version1.7.0
)you can also try this out https://programmerah.com/solved-aapt-error-resource-androidattr-lstar-not-found-47339/