Fixed
Status Update
Comments
ea...@google.com <ea...@google.com>
en...@google.com <en...@google.com> #4
fixed in AOSP; will make it in to a future release (probably in the 26.x.y series).
Description
I'm using the following SDK version:
tools 25.2.3
platform-tools 25.0.1
build-tools 25.0.1
OS: Windows 10
Recently I noticed the following behavior:
When installing an APK to a device using adb install, I get "Success" as a result, but it is written to stderr instead of stdout!
AndroidDevice - C:\android-sdk\platform-tools\adb.exe uninstall com.unity.IntegrationTest
Executing C:\android-sdk\platform-tools\adb.exe uninstall com.unity.IntegrationTest
stdout: Success
stderr:
AndroidDevice - C:\android-sdk\platform-tools\adb.exe install C:\Users\Yury\AppData\Local\Temp\naqlm4eb.loz\test.apk
Executing C:\android-sdk\platform-tools\adb.exe install C:\Users\Yury\AppData\Local\Temp\naqlm4eb.loz\test.apk
stdout:
stderr: Success
Seems to be a regression in one of the latest tools releases.
Steps to reproduce: install an APK to a device using adb install, check the output streams.