Fixed
Status Update
Comments
ja...@google.com <ja...@google.com>
[Deleted User] <[Deleted User]> #2
Reproduced in
Android Studio 3.2 Canary 5
Build #AI-173.4630681, built on March 2, 2018
JRE: 1.8.0_152-release-1136-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.9.0-6-amd64
Android Studio 3.2 Canary 5
Build #AI-173.4630681, built on March 2, 2018
JRE: 1.8.0_152-release-1136-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.9.0-6-amd64
jo...@gmail.com <jo...@gmail.com> #3
Renaud, can you please take a look as Michal will be out of the office next week? Looks like an issue that happens only when tests are run from IDE.
tn...@google.com <tn...@google.com> #4
The issue seems to be related to the fact that "implementation" directive in the "com.android.test" plugin is not exposed properly in the IDE, i.e. the IDE does not see the "junit 4.12" library in the corresponding test project.
Description
sharedPreferences.edit {
putBoolean("foo", false)
}
I get the following lint warning:
"SharedPreferences.edit() without a corresponding commit() or apply() call"