Fixed
Status Update
Comments
be...@google.com <be...@google.com> #2
I do not have access to update this bug anymore. Please see trevorjohns@ for more prioritization.
ta...@gmail.com <ta...@gmail.com> #3
67937561
sa...@google.com <sa...@google.com>
sa...@google.com <sa...@google.com>
is...@google.com <is...@google.com>
du...@google.com <du...@google.com>
an...@google.com <an...@google.com> #4
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 3
- Android Gradle Plugin 8.8.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
all required information.
Studio Build: 3.0 beta 7
Version of Gradle Plugin: 3.0.0-beta7
Version of Gradle: 4.1
Version of Java: 1.7
OS: mac
Steps to Reproduce:
1. Create a new Android Auto Messaging Service from the template
File -> New -> Android Auto -> Messaging Service
2. In MessagingService.java/kt, it uses the deprecated constructor of NotificationCompat.Builder. [NotificationCompat.Builder(getApplicationContext())]
Update the template to create a channel if the buildApi is greater than or equal to 26.