You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[question]: iam Using onesignal_flutter: ^5.2.1 but when i build the Project Showing Execution failed for task ':onesignal_flutter:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
#936
Closed
1 task done
devNasih opened this issue
Aug 20, 2024
· 4 comments
Hi @devNasih thanks for reaching out! We have a discussion going on here and a PR that will be merged into our next Flutter release. I'm going to close this issue out for consolidation but please follow #930 for updates. Thanks!
Add this line in your android level build.gradle file
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
// add this line for onesignal_flutter to work in android device
afterEvaluate {
android {
compileSdkVersion 34
}
}
}
Add this line in your android level build.gradle file
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
// add this line for onesignal_flutter to work in android device
afterEvaluate {
android {
compileSdkVersion 34
}
}
}
How can we help?
AAPT: error: resource android:attr/lStar not found.
Code of Conduct
The text was updated successfully, but these errors were encountered: