Can't Repro
Status Update
Comments
jd...@gmail.com <jd...@gmail.com> #2
Do you have a repro project that you could share with us?
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
There should be no need to excluding any dependencies: we automatically remove them from the test APK if they are in the main APK.
vs...@google.com <vs...@google.com>
be...@google.com <be...@google.com> #3
I tried to reproduce this issue on a newly created project and I can't. I tried your build of the IDE, gradle 2.14.1 and 2.1.3 of the Android plugin for Gradle.
Can you reproduce it on a newly created project? When it "spins forever", can you see some output in the "Gradle Console" window? Can you attach the idea.log file (Help->show log in finder)?
Does it work if you run the tasks from the command line? :moduleB:testDebug and :moduleB:connectedAndroidTest?
Can you reproduce it on a newly created project? When it "spins forever", can you see some output in the "Gradle Console" window? Can you attach the idea.log file (Help->show log in finder)?
Does it work if you run the tasks from the command line? :moduleB:testDebug and :moduleB:connectedAndroidTest?
ja...@google.com <ja...@google.com>
st...@google.com <st...@google.com> #4
[Comment deleted]
ra...@google.com <ra...@google.com> #5
I couldn't reproduce this with the below steps on Mac 10.11.6
Android Studio 2.2 RC 2
Build #AI-145.3249372, built on September 6, 2016
JRE: 1.8.0_76-release-b03 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Steps tried to reproduce.
1) create a new project with defaults.
2) File -> Project Structure -> project
then change the gradle and gradle plugin versions to 2.14.1 and 2.1.3
3) right click on the project and add android library.
4) right click on app module, select module settings -> dependencies
then add the android library as module dependency to app module
5) right click on ExampleUnitTest from the android library module and run the test
The test ran successfully.
Android Studio 2.2 RC 2
Build #AI-145.3249372, built on September 6, 2016
JRE: 1.8.0_76-release-b03 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Steps tried to reproduce.
1) create a new project with defaults.
2) File -> Project Structure -> project
then change the gradle and gradle plugin versions to 2.14.1 and 2.1.3
3) right click on the project and add android library.
4) right click on app module, select module settings -> dependencies
then add the android library as module dependency to app module
5) right click on ExampleUnitTest from the android library module and run the test
The test ran successfully.
ch...@google.com <ch...@google.com> #6
Looks like this is either resolved or we will have to fix it after Android Studio 2.2 RC 2.
be...@google.com <be...@google.com> #7
Please update the bug if you hit it again, I'll close it for now.
Description
Jerry Destremps, GoPayment Developer
Intuit, Inc.
Build: 2.1.3, AI-143.3101438, 20160728,
1.6.0_65-b14-468-11M4833x64 Apple Inc., Mac OS X(x86_64) v10.11.6 unknown (2560x1440)
IMPORTANT: Please read