devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Android Studio reports broken SDK with default configuration

Open prophetofxenu opened this issue 5 months ago • 4 comments

Describe the bug When using a default Android environment, as described in the docs, Android Studio reports issues using the SDK.

To reproduce

  1. Use the default configuration (as done here.)
  2. Launch Android Studio. Use the default settings.
  3. Try to create a new project, and observe error message "Your Android SDK is missing, out of date or corrupted." (Expected: Creating a new project works.)
  4. Click "Open SDK Manager", observe there are no SDKs installed. (Expected: A couple default versions are installed.)
  5. Try to manually install an SDK, observe repeat of error message in step 3.
Image Image Image

Version devenv 1.9.0 (x86_64-linux)

prophetofxenu avatar Sep 28 '25 18:09 prophetofxenu

I am currently on a mac machine, where android studio is not yet packaged. I will retry again tomorrow with my Linux computer

k3yss avatar Sep 29 '25 17:09 k3yss

Issue still exists in devenv 1.10.0 (x86_64-linux) on a NixOS 25.05 install.

mkroehnert avatar Oct 24 '25 19:10 mkroehnert

Also have the issue with devenv 1.11.1 (x86_64-linux) and NixOS 25.11

benni347 avatar Dec 17 '25 14:12 benni347

@k3yss was this fixed with PRs?

domenkozar avatar Dec 30 '25 10:12 domenkozar