Status Update
Comments
[Deleted User] <[Deleted User]> #2
I have the same issue.
uc...@google.com <uc...@google.com>
je...@google.com <je...@google.com>
pj...@grubhub.com <pj...@grubhub.com> #3
Here too!
ur...@gmail.com <ur...@gmail.com> #4
+1
vi...@gmail.com <vi...@gmail.com> #5
the same for Java buildSrc
k....@gmail.com <k....@gmail.com> #6
Same here
dk...@gmail.com <dk...@gmail.com> #7
+1
ur...@gmail.com <ur...@gmail.com> #8
Any status update on this?
hr...@gmail.com <hr...@gmail.com> #9
+1
[Deleted User] <[Deleted User]> #10
3.5 Canary 6 has same issue
lu...@gmail.com <lu...@gmail.com> #11
I got the same issue today if you it is related to the ne experimental feature "Only sync the active variant" introduced in Android Studio 3.3.
It's enabled by default...
On macOS you can disable it by going to "Android Studio" -> "Preferences" -> "Experimental"
It's enabled by default...
On macOS you can disable it by going to "Android Studio" -> "Preferences" -> "Experimental"
ur...@gmail.com <ur...@gmail.com> #12
Is this still being worked on?
ch...@google.com <ch...@google.com> #13
Yes, the fix will be included in the next canary release of Studio 3.5.
mu...@gmail.com <mu...@gmail.com> #15
Disappointed this didn't make it into 3.4
go...@gmail.com <go...@gmail.com> #16
I tried 3.3.4 rc 3 and 3.3.5 canary 10 unfortunately both of them has same problem
ur...@gmail.com <ur...@gmail.com> #17
Seems like we have to wait for stable release of 3.5 to use this feature again
ro...@gmail.com <ro...@gmail.com> #18
Is this why I am getting a lot of lint warnings in my .kt file?
[Deleted User] <[Deleted User]> #19
Autocomplete still doesn't work in Studio 3.5 canary 12 (checked in project attached above and in own custom project)
da...@gmail.com <da...@gmail.com> #20
+1
en...@gmail.com <en...@gmail.com> #22
Autocomplete doesn't work on 3.4, too.
an...@gmail.com <an...@gmail.com> #23
I made sure that feature was disabled, but I still experience the problem. Did all the usual things: clear cache, restart, sync, clean build.
Android Studio 3.4
Build #AI-183.5429.30.34.5452501, built on April 10, 2019
JRE: 1.8.0_152-release-1343-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
to...@googlemail.com <to...@googlemail.com> #24
As a reply to comment #14 : The issue still occurs to me in Android Studio 3.5 Canary 13 or just resurfaced.
Build: AI-191.6183.87.35.5487692, 201904191905, AI-191.6183.87.35.5487692,
JRE 1.8.0_202-release-1483-b39-5396753x64 JetBrains s.r.o,
OS Linux(amd64) v4.15.0-47-generic,
screens 1440x900
AS: 3.5 Canary 13;
Android Gradle Plugin: 3.4.0;
Gradle: 5.4.1;
NDK: from local.properties: (not specified), latest from SDK: (not found);
LLDB: pinned revision 3.1 not found, latest from SDK: (package not found);
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
Build: AI-191.6183.87.35.5487692, 201904191905, AI-191.6183.87.35.5487692,
JRE 1.8.0_202-release-1483-b39-5396753x64 JetBrains s.r.o,
OS Linux(amd64) v4.15.0-47-generic,
screens 1440x900
AS: 3.5 Canary 13;
Android Gradle Plugin: 3.4.0;
Gradle: 5.4.1;
NDK: from local.properties: (not specified), latest from SDK: (not found);
LLDB: pinned revision 3.1 not found, latest from SDK: (package not found);
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
[Deleted User] <[Deleted User]> #25
any news on this?
ch...@google.com <ch...@google.com> #26
Please let us know if this still happens with Studio 3.5 beta 4.
lo...@gmail.com <lo...@gmail.com> #27
ce...@gmail.com <ce...@gmail.com> #28
It doesn't happen anymore with Android Studio 3.5 beta 4. Thank you!
to...@googlemail.com <to...@googlemail.com> #29
I checked on my project with Android Studio 3.5 Beta 4 and hereby confirm that imports are recognized and code completion works. I can also jump from declaration to usage and back. Automatic import suggestion would be nice to have. Thank you for the fix!
Build: AI-191.7141.44.35.5619324, 201905301913, AI-191.7141.44.35.5619324,
JRE 1.8.0_202-release-1483-b49-5587405x64 JetBrains s.r.o,
OS Linux(amd64) v4.15.0-50-generic,
screens 1440x900AS: 3.5 Beta 4;
Android Gradle Plugin: 3.3.2;
Gradle: 5.4.1;
NDK: from local.properties: (not specified), latest from SDK: (not found);
LLDB: pinned revision 3.1 not found, latest from SDK: (package not found);
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
Build: AI-191.7141.44.35.5619324, 201905301913, AI-191.7141.44.35.5619324,
JRE 1.8.0_202-release-1483-b49-5587405x64 JetBrains s.r.o,
OS Linux(amd64) v4.15.0-50-generic,
screens 1440x900AS: 3.5 Beta 4;
Android Gradle Plugin: 3.3.2;
Gradle: 5.4.1;
NDK: from local.properties: (not specified), latest from SDK: (not found);
LLDB: pinned revision 3.1 not found, latest from SDK: (package not found);
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
jm...@gmail.com <jm...@gmail.com> #30
Original author here,
I confirm that the problem is solved in Android Studio 3.5 RC2
https://github.com/jmfayard/buildSrcVersions
I confirm that the problem is solved in Android Studio 3.5 RC2
Description
Steps to reproduce:
Here is the minimal project that reproduces the bug
1. Run `./gradlew run` to check that my build is correct
2. Follow the instructions in the README
3. No IDE integration between ./build.gradle and buildSrc/.../Config.kt
Environment
Android Studio 3.3
Build #AI-182.5107.16.33.5199772, built on December 25, 2018
JRE: 1.8.0_152-release-1248-b01 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.2