Can't Repro
Status Update
Comments
uc...@google.com <uc...@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.
"
de...@gmail.com <de...@gmail.com> #3
Note: see also b/129008605
uc...@google.com <uc...@google.com> #4
Bug cleaning...what is the status on this? Looks like the depending bug is fixed.
de...@gmail.com <de...@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?
rp...@google.com <rp...@google.com> #6
Hannah, I am pretty sure we did enable this. Do you know why/when it was disabled?
rp...@google.com <rp...@google.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?
al...@google.com <al...@google.com> #8
@Renaud:
Intellij shouldn't be calling GetConstantPoolInfo. We don't support it on android and never have. We also correctly advertise this lack of support through the capabilitiesNew JDWP call.
https://android.googlesource.com/platform/external/oj-libjdwp/+/master/src/share/back/VirtualMachineImpl.c#760
https://android.googlesource.com/platform/art/+/master/openjdkjvmti/art_jvmti.h#283
Intellij shouldn't be calling GetConstantPoolInfo. We don't support it on android and never have. We also correctly advertise this lack of support through the capabilitiesNew JDWP call.
al...@google.com <al...@google.com> #9
I'm not sure why or even if this would cause the intellij debugger to crash though. The unsupportedOperationException is expected and looking at the log it looks like intellij is handling it.
rp...@google.com <rp...@google.com> #10
#9: It does not make the debugger crash, it looks like it just make it not bind Breakpoint in some cases. We (i.e. Kun) is working on confirming the root cause.
ku...@google.com <ku...@google.com> #11
#1
Hi Debasish Kumar Das,
As you mentioned 'going to next line through the Android Studio controls', did you mean you place a breakpoint at next line, and you expected it would stop at the next line?
And may I know, if you are trying to place a breakpoint at 'for loop statement' or not.
Thanks!
Hi Debasish Kumar Das,
As you mentioned 'going to next line through the Android Studio controls', did you mean you place a breakpoint at next line, and you expected it would stop at the next line?
And may I know, if you are trying to place a breakpoint at 'for loop statement' or not.
Thanks!
rp...@google.com <rp...@google.com> #12
(Note: the idea.log file of b/123631979 shows the same "getConstantPool" exception. This problem maybe quite widespread).
ku...@google.com <ku...@google.com> #13
#12
I don't quite understand the behavior of 'It is taking me to some internal functions and suddenly it halts for a long time and then the debugger terminates.' And how it is related to the 'can't get constant pool' stack trace in provided idea.log.
I don't quite understand the behavior of 'It is taking me to some internal functions and suddenly it halts for a long time and then the debugger terminates.' And how it is related to the 'can't get constant pool' stack trace in provided idea.log.
aa...@google.com <aa...@google.com> #14
Thanks for the feedback. Could you please confirm whether this is still an issue in the latest stable version of [Android Studio](https://d.android.com/studio )?
For information of what’s needed in the report please don’t forget to read this guide athttps://developer.android.com/studio/report-bugs
For information of what’s needed in the report please don’t forget to read this guide at
ku...@google.com <ku...@google.com>
an...@google.com <an...@google.com> #15
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
Can anyone help me one this?
Build: 3.3.2, AI-182.5107.16.33.5314842, 201902152344,
AI-182.5107.16.33.5314842, JRE 1.8.0_152-release-1248-b01x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1366x768, 1920x1080
Android Gradle Plugin: 3.3.1
Gradle: 4.10.1
NDK: from local.properties: (not specified); latest from SDK: (not found);
LLDB: pinned revision 3.1 not found; latest from SDK: (package not found);
CMake: from local.properties: (not specified); latest from SDK: (not found); from PATH: (not found);
IMPORTANT: Please read