You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran nix-shell to get it setup but then the SDK root doesn't seem valid:
$ nix-shell
Using Android SDK root: /nix/store/hf254wpxf4nn9q8a8yqf83n49yjjim71-android-sdk-env/share/android-sdk
$ sdkmanager --update
Error: Could not determine SDK root.
Error: Either specify it explicitly with --sdk_root= or move this package into its expected location: <sdk>/cmdline-tools/latest/
$ ls /nix/store/hf254wpxf4nn9q8a8yqf83n49yjjim71-android-sdk-env/share/android-sdk
ls: cannot access '/nix/store/hf254wpxf4nn9q8a8yqf83n49yjjim71-android-sdk-env/share/android-sdk': No such file or directory
Any ideas?
The text was updated successfully, but these errors were encountered:
I used the Ad-hoc example: https://github.com/tadfisher/android-nixpkgs#ad-hoc
I ran
nix-shell
to get it setup but then the SDK root doesn't seem valid:Any ideas?
The text was updated successfully, but these errors were encountered: