Fixed
Status Update
Comments
be...@google.com <be...@google.com> #2
[Comment deleted]
ta...@gmail.com <ta...@gmail.com> #3
[Comment deleted]
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
Also of note is the adb error when trying to install bad APK: INSTALL_FAILED_DEXOPT
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.