Obsolete
Status Update
Comments
uc...@google.com <uc...@google.com>
rp...@google.com <rp...@google.com> #2
Microsoft doc: https://support.microsoft.com/en-ca/help/2999226/update-for-universal-c-runtime-in-windows
Platform 28.0.2 readme:https://developer.android.com/studio/releases/platform-tools
"
Updated Windows requirements
The platform tools now depend on the Windows Universal C Runtime, which is usually installed by default via Windows Update. If you see errors mentioning missing DLLs, you may need to manually fetch and install the runtime package.
"
Platform 28.0.2 readme:
"
Updated Windows requirements
The platform tools now depend on the Windows Universal C Runtime, which is usually installed by default via Windows Update. If you see errors mentioning missing DLLs, you may need to manually fetch and install the runtime package.
"
rp...@google.com <rp...@google.com> #3
Note: see also b/129008605
bu...@gmail.com <bu...@gmail.com> #4
Bug cleaning...what is the status on this? Looks like the depending bug is fixed.
bu...@gmail.com <bu...@gmail.com> #5
I noticed that the WINDOWS_UCRT_CHECK_ENABLED
Studio flag defaults to false
. Should this be set to true
eventually, or can this code be deleted?
an...@gmail.com <an...@gmail.com> #6
Hannah, I am pretty sure we did enable this. Do you know why/when it was disabled?
pa...@gmail.com <pa...@gmail.com> #7
Ummm... it doesn't look like it was ever enabled, and the flag hasn't been touched since the initial CL in 2019. I don't know why it was never enabled. Better 4 years late than never?
ha...@google.com <ha...@google.com> #9
Is anyone who has the problem able to get ADB to work after updating C runtime following the link in previous comment?
ti...@gmail.com <ti...@gmail.com> #10
Same issue here. Here I attached my idea.log file. Please find a solution for this
rp...@google.com <rp...@google.com> #11
As mentioned in #8: For people running into this issue, please go to this page: https://support.microsoft.com/en-ca/help/2999226/update-for-universal-c-runtime-in-windows and follow the instructions in the "How to obtain this update" section.
bu...@gmail.com <bu...@gmail.com> #12
No need but thanks for the support. I solved by replacing new version SDK
files with older version SDK files.
On Thu, Apr 4, 2019 at 12:02 AM <buganizer-system@google.com> wrote:
files with older version SDK files.
On Thu, Apr 4, 2019 at 12:02 AM <buganizer-system@google.com> wrote:
Description