Fixed
Status Update
Comments
xa...@android.com <xa...@android.com>
th...@gmail.com <th...@gmail.com> #2
can you share your android studio version
[Deleted User] <[Deleted User]> #3
Is this happening with Studio 3.0?
as...@gmail.com <as...@gmail.com> #4
Note: This worked for me on Windows 7 Pro 32-bit (with Android Studio 2.3.3). Seems like an issue with adt-branding module (which should contain the "/idea/AndroidStudioApplicationInfo.xml" resource).
br...@gmail.com <br...@gmail.com> #5
Hi, also happened on Mac Book Pro 15 retina mi-2015
MacOs Sierra 10.12.6
Android Studio 2.3.3
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
MacOs Sierra 10.12.6
Android Studio 2.3.3
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
[Deleted User] <[Deleted User]> #6
Thank you for this feedback. Your feedback helps make sure Android development tools are great! Given your issues has been resolved I am closing this issue.
xa...@android.com <xa...@android.com> #7
I think ANDROID_SERIAL should work now. Chris, can you check?
cm...@google.com <cm...@google.com> #8
Setting environment variable ANDROID_SERIAL does the right thing for filtering tests down to one device.
cm...@google.com <cm...@google.com> #9
[Comment deleted]
cm...@google.com <cm...@google.com> #10
alexan...@mobli.com: please open a separate issue.
as...@gmail.com <as...@gmail.com> #11
ma...@gmail.com <ma...@gmail.com> #12
Hi,
Is there any update on this issue ?
If this issue is fixed, then what is the syntax to follow ?
Is it same as ./gradlew connectedAndroidTest -Pdevices=<serial_number1>,<serial_number2>
as mentioned by #5 ?
Is there any update on this issue ?
If this issue is fixed, then what is the syntax to follow ?
Is it same as ./gradlew connectedAndroidTest -Pdevices=<serial_number1>,<serial_number2>
as mentioned by #5 ?
da...@gmail.com <da...@gmail.com> #13
Hi, any updates on this issue ?
br...@gmail.com <br...@gmail.com> #14
It works with ANDROID_SERIAL set to comma delimited list of serials.
Description
It will be nice to have such option e.g specify brand, model or even serial number of the device(s) to run the app. I'm talking about gradle btw.