Can't Repro
Status Update
Comments
uc...@google.com <uc...@google.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.
[Deleted User] <[Deleted User]> #3
[Comment deleted]
[Deleted User] <[Deleted User]> #4
Steps to reproduce:
- Create a new Android project.
- Run the ExampleUnitTest
- The stop button gets enabled
- Meanwhile, the unit test finishes, but the (red square) stop button stays enabled
- I expect this to be disabled after the tests finish, as there is nothing more to stop
- Pressing the stop button doesn't stop the running unit test, the button stays enabled
I've updated to Gradle 3.2.1 in gradle-wrapper.properties, but stilll the problem remains.
I'm using the latest version of Android Studio:
Android Studio 2.2.3
Build #AI-145.3537739, built on December 2, 2016
JRE: 1.8.0_112-release-b05 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Running on OS X El Capitan 10.11.6
- Create a new Android project.
- Run the ExampleUnitTest
- The stop button gets enabled
- Meanwhile, the unit test finishes, but the (red square) stop button stays enabled
- I expect this to be disabled after the tests finish, as there is nothing more to stop
- Pressing the stop button doesn't stop the running unit test, the button stays enabled
I've updated to Gradle 3.2.1 in gradle-wrapper.properties, but stilll the problem remains.
I'm using the latest version of Android Studio:
Android Studio 2.2.3
Build #AI-145.3537739, built on December 2, 2016
JRE: 1.8.0_112-release-b05 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Running on OS X El Capitan 10.11.6
pa...@google.com <pa...@google.com> #5
Thanks for providing these steps to reproduce. We are sorry it took so long for us to get to this report. We would really appreciate it if you could confirm that this is still an issue for you with the latest versions of Studio and Gradle and if so we will route it to the right team.
an...@google.com <an...@google.com> #6
Our team had requested additional information for this issue which was not provided within 30 days. Unfortunately there is not enough information for us to proceed and this issue is now closed.
In the future, if you encounter this or any other issue, please readhttps://developer.android.com/studio/report-bugs.html and file a new bug report with all the required information. This will help ensure the team can correctly triage, reproduce, and resolve your issue.
Thank you!
In the future, if you encounter this or any other issue, please read
Thank you!
Description
I tried with an empty unit test too, so it's not because of my code.