Status Update
Comments
sm...@android.com <sm...@android.com>
na...@google.com <na...@google.com> #2
Hey thanks for reporting! We're just starting to dig into this.
Can you run
$ adb version
and also
$ which adb
Can you run
$ adb version
and also
$ which adb
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #3
$ adb version
Android Debug Bridge version 1.0.31
$ which adb
/usr/bin/adb
BTW - "adb kill-server" also does the job, so it's really the server restart, not "adb logcat" that kicks off logging in AS again.
Android Debug Bridge version 1.0.31
$ which adb
/usr/bin/adb
BTW - "adb kill-server" also does the job, so it's really the server restart, not "adb logcat" that kicks off logging in AS again.
ro...@gmail.com <ro...@gmail.com> #4
This must be new record in old case... 5.5 years ! ;)
ku...@google.com <ku...@google.com> #5
Hey Torsten, can you refresh my memory? You're using a Nexus 6 device, right?
Description
supply all required information.
Studio Build: 2.1.1
OS: Mac
Steps to Reproduce:
1. create a new project
2. select the Navigation Drawer Activity
On line 38, it uses DrawerLayout.setDrawerListener(), which is deprecated.
The docs say to use addDrawerListener():