Verified
Status Update
Comments
cc...@google.com <cc...@google.com> #2
We use build flavours heavily with a lot of common code. The refactoring support in AS is really good but it continually catches us out when it doesn't work across all flavours in a project. It's a big gap for serious product development.
ar...@google.com <ar...@google.com>
hu...@google.com <hu...@google.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
hu...@google.com <hu...@google.com> #4
I need this feature too...
hu...@google.com <hu...@google.com> #5
+1, I need this very badly
be...@google.com <be...@google.com> #6
+1 My company also need this feature.
hu...@google.com <hu...@google.com>
rs...@google.com <rs...@google.com> #7
Can we atleast know the status of the issue please? Will it be fixed or is it in low priority. It's been 4 years.
hu...@google.com <hu...@google.com>
hu...@google.com <hu...@google.com> #8
We are currently investigating possibly solutions.
hu...@google.com <hu...@google.com> #9
+1 This will exclude a lot of unnecessary work. In my work I have 25 flavours. :(
Description
./gradlew clean
./gradlew test:cC
test runs fine, but running from studio, we've seen two problems, either it prints:
Cause: cannot find main APK
Or we've also seen an error where it tries to run the test with Android stubs on the host, and hits an exception when it can't find Log.e()
I haven't been able to reproduce this with a truly minimal sample project, but it's reliable with this one - Dustin and I have both reproduced this.