-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native-hms-push : AAPT: error: resource android:attr/lStar not found. #262
Comments
…found upgrading to Android SDK 33;
I'm having the same error when running gradlew assembleRelease. I'm using "react-native": "0.71.1" buildToolsVersion = "33.0.0" |
@lylong90 what error do you receive? |
Sorry, i think i misunderstood. Your suggested fix of updating compileSdkVersion and targetSdkVersion to 33 is intended to be applied to HMS Core package itself, not my own project am I right? What I did is I update the versions to my own project, getting the same error 'resource android:attr/lStar not found' |
@lylong90 what package returns error 'resource android:attr/lStar not found'? You should update your project and hms package |
any updates so far? It seems not compatible with https://github.com/wix/react-native-notifications 4.3.3 |
Description
Error compiling:
Expected behavior
Compile success
Current behavior
Compile error
Environment
Fix
Update compileSdkVersion and targetSdkVersion to 33
The text was updated successfully, but these errors were encountered: