Fixed
Status Update
Comments
ro...@gmail.com <ro...@gmail.com> #2
Continuing problems:
After this error (when reopening AS). I am not able to add any new destinations.
I can click new destination icon, and select "Create New Destination" but nothing happens afterwards.
Attaching log again.
RG
After this error (when reopening AS). I am not able to add any new destinations.
I can click new destination icon, and select "Create New Destination" but nothing happens afterwards.
Attaching log again.
RG
ro...@gmail.com <ro...@gmail.com> #3
Succeeded subsequently (approx 4 times) (after "Invalidate/Caches Restart"), and suddenly it quitted again. Is there a memory leak here, or some other leak ?
attaching idea.logs again.
RG
attaching idea.logs again.
RG
vi...@google.com <vi...@google.com>
mm...@google.com <mm...@google.com> #4
Looking in the log I see a lot of InvalidPathExceptions. It looks like the path variable contains a comma instead of a semicolon. These exceptions are probably destabilizing the code in a lot of ways. Can you replace the comma with a semicolon and try the scenario again? Thanks.
ro...@gmail.com <ro...@gmail.com> #5
I can't remember to have changed any file references lately, but I have (as you) seen this message often (after AS4.1Cx):
2020-05-16 11:52:06,604 [ 730926] ERROR - nsions.impl.ExtensionPointImpl - Illegal char <:> at index 93: C:\Program Files\Android\Android Studio Preview 4.1 Canary 10
p1\bin\studio64.exe.vmoptions,C:\Users\Roar\AppData\Roaming\Google\AndroidStudioPreview4.1\studio64.exe.vmoptions
java.nio.file.InvalidPathException: Illegal char <:> at index 93: C:\Program Files\Android\Android Studio Preview 4.1 Canary 10
p1\bin\studio64.exe.vmoptions,C:\Users\Roar\AppData\Roaming\Google\AndroidStudioPreview4.1\studio64.exe.vmoptions
I haver searched for a character ':' (colon) as mentioned in <:>, which should be misplaced in many files, but found none. Mainly I searched in the vmoptions files, but it seems to be in the sentence:
C:\Program Files\Android\Android Studio Preview 4.1 Canary 10
p1\bin\studio64.exe.vmoptions,C:\Users\Roar\AppData\Roaming\Google\AndroidStudioPreview4.1\studio64.exe.vmoptions
were the ',' is delimitering the two files, you say this should be a ';' semicolon.
Do you know which file I should find this misplaced ',' (comma) in ?
RG
mm...@google.com <mm...@google.com> #6
Looking at the logs it seems that this is passed into Android Studio as a command line parameter for the jb.vmOptionsFile property:
-Djb.vmOptionsFile=C:\Program Files\Android\Android Studio Preview 4.1 Canary 10 p1\bin\studio64.exe.vmoptions,C:\Users\Roar\AppData\Roaming\Google\AndroidStudioPreview4.1\studio64.exe.vmoptions
There have been some changes in this area from IntelliJ. I will keep investigating. For now I would not recommend removing the comma as it appears this was a deliberate change from them.
-Djb.vmOptionsFile=C:\Program Files\Android\Android Studio Preview 4.1 Canary 10 p1\bin\studio64.exe.vmoptions,C:\Users\Roar\AppData\Roaming\Google\AndroidStudioPreview4.1\studio64.exe.vmoptions
There have been some changes in this area from IntelliJ. I will keep investigating. For now I would not recommend removing the comma as it appears this was a deliberate change from them.
ro...@gmail.com <ro...@gmail.com> #7
Ok, i'll wait for your feedback.
ra...@google.com <ra...@google.com>
ra...@google.com <ra...@google.com> #8
Fixed by Change Ic738804749 for 4.1 Beta 2 and 4.2 Canary 2.
ro...@gmail.com <ro...@gmail.com> #9
When may I expect release of AS4.2C2 ?
RG
Description
AI-201.6487.11.41.6475897, JRE 1.8.0_242-release-1644-b01x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080, 1920x1080
AS: 4.1 Canary 10; Kotlin plugin: 1.3.61-release-Studio4.1-1; Android Gradle Plugin: 4.1.0-alpha10; Gradle: 6.4; 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
---
AS4.1C10 (pre preview) suddenly stopped and closed when creating new destination in navigation view.
When creating a new destination (preference fragment) the AS stopped and closed middle in the creation process.
Attaching log idea.log.
RG