Status Update
Comments
vi...@google.com <vi...@google.com>
jo...@gmail.com <jo...@gmail.com> #3
Could you please try "Build -> Run Generate Sources Gradle Tasks", and let us know if that fixes the problem?
jo...@gmail.com <jo...@gmail.com> #4
From the layouts in the project.
Have seen similar in3.5.Cx , not so often in 3.6.Cx , but more in 4.0.Cx and
now in 4.1.C1. Normally it was like a "red flood" for 15-20 secs (suspected
AS to do some "catching up"), but in 4.0 and 4.1 it didn't get resolved
until a complete rebuild. More often after opening project or restart of AS.
RG
man. 2. mar. 2020, 19:26 skrev <buganizer-system@google.com>:
Have seen similar in
now in 4.1.C1. Normally it was like a "red flood" for 15-20 secs (suspected
AS to do some "catching up"), but in 4.0 and 4.1 it didn't get resolved
until a complete rebuild. More often after opening project or restart of AS.
RG
man. 2. mar. 2020, 19:26 skrev <buganizer-system@google.com>:
mi...@gmail.com <mi...@gmail.com> #5
Sorry, we bypassed...
I'll try your suggestion.
RG
man. 2. mar. 2020, 19:57 skrev <buganizer-system@google.com>:
I'll try your suggestion.
RG
man. 2. mar. 2020, 19:57 skrev <buganizer-system@google.com>:
jo...@gmail.com <jo...@gmail.com> #6
Hi, ran back to office to check out...(puuh!!...)
Yess! Your suggestion remedies the situation, and the false errors disappeared.
Anyway, before I ran the command, I took zip of my logs, maybe you see the reason for the issue there.
RG
Yess! Your suggestion remedies the situation, and the false errors disappeared.
Anyway, before I ran the command, I took zip of my logs, maybe you see the reason for the issue there.
RG
Description
Even given a command of:
sdkmanager --version
results in:
C:\android-sdk-new\tools\bin>sdkmanager --version
Warning: Could not create settings
java.lang.IllegalArgumentException
at com.android.sdklib.tool.sdkmanager.SdkManagerCliSettings.<init>(SdkMa
nagerCliSettings.java:428)
at com.android.sdklib.tool.sdkmanager.SdkManagerCliSettings.createSettin
gs(SdkManagerCliSettings.java:152)
at com.android.sdklib.tool.sdkmanager.SdkManagerCliSettings.createSettin
gs(SdkManagerCliSettings.java:134)
at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.j
ava:57)
at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.j
ava:48)
Usage:
sdkmanager [--uninstall] [<common args>] [--package_file=<file>] [<packages>..
.]
sdkmanager --update [<common args>]
sdkmanager --list [<common args>]
sdkmanager --licenses [<common args>]
sdkmanager --version
Much less trying to run: sdkmanager --list
which results in a similar error!
This is on a Windows 7 machine.
Come on!!