Obsolete
Status Update
Comments
vi...@google.com <vi...@google.com>
jb...@google.com <jb...@google.com> #2
From the "Welcome to Android Studio" page (shown in the background in m0KDc.png), you should be able to click on Configure and then SDK Manager. From there you should be able to see and set the SDK path. Could you verify whether the directory referenced exists and whether it (if it exists) or its parent (if not) are writable?
Also, you might try with the latest stable version of Studio, Arctic Fox.
Also, you might try with the latest stable version of Studio, Arctic Fox.
mm...@gmail.com <mm...@gmail.com> #3
I can't remember what happens when I click on Configure and then SDK Manager, but I rhink it's open an empty screen, the defualt sdk path is "C:\Users\User\AppData\Local\Android\Sdk" but there no sdk to configure it, and it should downloaded at the first time I installed the AS. yes I tried AS Arctic Fox and the problem is not occurred in this version, It's look like the problem related with this version Android Studio 4.2.1
du...@google.com <du...@google.com>
jb...@google.com <jb...@google.com>
ri...@gmail.com <ri...@gmail.com> #4
i had the exact same problem and found a solution:
in my case i had created symbolic links for temp folders (Windows 11) pointing to a RAM Disk. Seems like android studio simply doesn't like that fact. after removing links and reinstalling, I can finally download Android SDK
in my case i had created symbolic links for temp folders (Windows 11) pointing to a RAM Disk. Seems like android studio simply doesn't like that fact. after removing links and reinstalling, I can finally download Android SDK
jb...@google.com <jb...@google.com> #5
FWIW, the symlink temp dir issue is 213935705, which is fixed in the next version.
ja...@gmail.com <ja...@gmail.com> #6
This issue still exist on Windows 10 with IntelliJ 2022.2.2 (Ultimate).
jb...@google.com <jb...@google.com> #7
Re: intellij, it takes some time for Android Studio changes to be integrated back into the Android plugin for IntelliJ. This is handled by JetBrains, and so I can't say when it could be expected.
Description
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Studio Build: Android Studio 4.2.1 Build #AI-202.7660.26.42.7351085, built on May 10, 2021 Runtime version: 11.0.8+10-b944.6842174 amd64 VM: OpenJDK 64-Bit Server VM by N/A Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1280M Cores: 8 Registry: external.system.auto.import.disabled=true Non-Bundled Plugins: org.jetbrains.kotlin, drawable.importer.pluginId.7658.hack' Version of Gradle Plugin: :4.2.1 Version of Gradle: 6.7.1 Version of Java: java version "1.8.0_291" Java(TM) SE Runtime Environment (build 1.8.0_291-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode) OS: Windows 10
Steps to Reproduce: 1.I decided to completely uninstall android studio to fix problem related with emulator and I have followed the steps on this answer , and after I downloaded the last version when I installed it I see this screen
Android studio see's that an SDK files installed on my device although everything related to the old installation of the program has been deleted, now I need to force AS to download the android SDK again, but I need to know Why it's show there's a remines of old install.
After multiple uninstall and reinstalling android studio and all my tries fails to do a fresh install of it with new SDK and tools, I decided to reset my windows system and installed the fresh copy of it but I shocked when I see that the new installed also getting the same error, the AS see that there's installed SDK on my partition even though it's a completely new copy installation of windows, I wondering if the AS keep some hidden/temp files on other partition disk and this cause the problem?!
PS: I asked for this issue on stackoverflow first, all solution doesn't work