Fixed
Status Update
Comments
lf...@google.com <lf...@google.com> #2
Thank you for submitting the feedback. But we are unable to reproduce the issue on 3.3 RC1 from our end. If you can provide a sample project or a screenshot of the issue it will be really helpful to triage the issue.
If we do not get an update in the next 30 days we will close this issue.
If we do not get an update in the next 30 days we will close this issue.
lf...@google.com <lf...@google.com> #3
Hi,
Here's a sample project that can reproduce the issue by running Lint : ./gradlew lint
The lint result file is present at the root of the project.
It reproduces the wrong InlinedApi warning & NewApi error.
I've also updated the project to use the new 3.3-rc2 version.
In fact, it's only reproductible when a project have multiple modules.
In my sample there is a class `AndroidVersions` that is in a `core` module and which is used in my `app` module (in MainActivity class).
If the 2 classes are in the same modules, Lint is running properly. But moving the `AndroidVersions` to the core module break it.
Here's a sample project that can reproduce the issue by running Lint : ./gradlew lint
The lint result file is present at the root of the project.
It reproduces the wrong InlinedApi warning & NewApi error.
I've also updated the project to use the new 3.3-rc2 version.
In fact, it's only reproductible when a project have multiple modules.
In my sample there is a class `AndroidVersions` that is in a `core` module and which is used in my `app` module (in MainActivity class).
If the 2 classes are in the same modules, Lint is running properly. But moving the `AndroidVersions` to the core module break it.
co...@gmail.com <co...@gmail.com> #4
Hi, the issue is still reproducible with the 3.3-rc03 version.
Description
Android Studio Version: n/a
Emulator Version (Emulator--> Extended Controls--> Emulator Version): n/a
HAXM / KVM Version: n/a
Android SDK Tools: 26.1.1
Host Operating System: Windows 10 x64
CPU Manufacturer: [Intel / AMD / Other] Intel
Steps to Reproduce Bug:
1. In the Android SDK, in the tools directory, there is emulator.exe, emulator-check.exe and mksdcard.exe, but these have been superceded by the files in the emulator directory (according to
Expected Behavior:
Old files should not exist.
Observed Behavior:
Old files exist.