Infeasible
Status Update
Comments
sm...@google.com <sm...@google.com>
an...@google.com <an...@google.com> #3
I saw this page while searching for solutions. As far as I understood AS should work fine on pcs/laptops with 1 screen and should scale images up or down on secondary screens using primary display dpi. Does scaling also apply to fonts?
Nevertheless, I am using laptop with one screen only so there should be no problem here but obviously something is wrong. The question is, what is wrong? Is there a way I could help?
Nevertheless, I am using laptop with one screen only so there should be no problem here but obviously something is wrong. The question is, what is wrong? Is there a way I could help?
ma...@gmail.com <ma...@gmail.com> #4
I've tried overriding setings in studio64.exe.vmoptions and putting
-Dhidpi.system.dpi.override=120
there, but it does not help
-Dhidpi.system.dpi.override=120
there, but it does not help
wa...@gmail.com <wa...@gmail.com> #5
We have never seen this before. Would you mind trying the following
1) Try updating the JRE to the latest (e.g. jre 1.8.0_60). Maybe we are running into a bug with the JDK/JVM.
2) Try changing the DPI properties of studio64.exe (right click on icon in task bar, then choose "Properties | Compatibility" and make sure the "Disable display scaling on high DPI settings" checkbox is enabled)
3) Try disabling the "Let me choose one scaling level for all displays" in Control Panel | Display
4) Try signing out and signing back in.
Let us know if one of more of these steps, and which one(s), helped.
1) Try updating the JRE to the latest (e.g. jre 1.8.0_60). Maybe we are running into a bug with the JDK/JVM.
2) Try changing the DPI properties of studio64.exe (right click on icon in task bar, then choose "Properties | Compatibility" and make sure the "Disable display scaling on high DPI settings" checkbox is enabled)
3) Try disabling the "Let me choose one scaling level for all displays" in Control Panel | Display
4) Try signing out and signing back in.
Let us know if one of more of these steps, and which one(s), helped.
mu...@gmail.com <mu...@gmail.com> #6
Hello,
I just checked your suggestions. I've updated to JDK 1.8u66 and after running AS it looks like problem is fixed. I haven't changed anything in compatibility settings nor display settings.
I just checked your suggestions. I've updated to JDK 1.8u66 and after running AS it looks like problem is fixed. I haven't changed anything in compatibility settings nor display settings.
ar...@google.com <ar...@google.com> #7
Here are my new settings
Android Studio 1.4.1
Build #AI-141.2343393, built on October 15, 2015
JRE: 1.8.0_66-b17 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
Android Studio 1.4.1
Build #AI-141.2343393, built on October 15, 2015
JRE: 1.8.0_66-b17 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
da...@gmail.com <da...@gmail.com> #8
Thank you for repoarting back, and glad to hear the issue is fixed for you!
da...@gmail.com <da...@gmail.com> #9
Great, thanks for your help.
sm...@gmail.com <sm...@gmail.com> #11
#4
Description
Android Studio 2.2.1
Build #AI-145.3324680, built on October 4, 2016
JRE: 1.8.0_76-release-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
NDK: 13.0.3299515
LLDB: 2.2.3271982
Steps to reproduce:
1. Import the sample Hello JNI
2. Have breakpoint in C++ code
3. Hit the debug button to deploy the app and debug
4. Now once the debugger hits the breakpoint press either Shift + F8 or just F8 to get back into java code
5. Once back in java code observe the variable's window (both app and app-java)
Expected result:
I expect to see variables in the app-java window
Actual result:
It remains in the app window and no variables are displayed in either of the windows