devenv
devenv copied to clipboard
Android Studio reports broken SDK with default configuration
Describe the bug When using a default Android environment, as described in the docs, Android Studio reports issues using the SDK.
To reproduce
- Use the default configuration (as done here.)
- Launch Android Studio. Use the default settings.
- 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.)
- Click "Open SDK Manager", observe there are no SDKs installed. (Expected: A couple default versions are installed.)
- Try to manually install an SDK, observe repeat of error message in step 3.
Version devenv 1.9.0 (x86_64-linux)
I am currently on a mac machine, where android studio is not yet packaged. I will retry again tomorrow with my Linux computer
Issue still exists in devenv 1.10.0 (x86_64-linux) on a NixOS 25.05 install.
Also have the issue with devenv 1.11.1 (x86_64-linux) and NixOS 25.11
@k3yss was this fixed with PRs?