-
|
Completely fresh, brand new Mac: skip checkup fails due to missing sdk. I've tried adding the following to my .zprofile: Now skip checkup will work. It also will then works when doing skip create (the initial terminal build fully works). But the first Xcode build fails again with missing SDK: I am not sure what I am missing but is it possible there is a gap in the Getting Started guidance? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
|
The ability to get running with Skip without a prior installation of Android Studio is relatively new, so it is definitely possible that there are some shortcomings. We don't hit these in CI because all the GitHub runners come pre-configured with an Android environment already setup. I wonder if your |
Beta Was this translation helpful? Give feedback.
-
|
@marcprux Thanks for getting back to me. I tried a full system restart and still hit the same issue. Quitting Xcode and using open Project.xcworkspace from terminal did work. |
Beta Was this translation helpful? Give feedback.
-
|
We've restored the prerequisite step of installing Android Studio to the getting started guide for the time being. We still want to remove it in the future, since it isn't intrinsically necessary and it adds a large burden to the process of getting up and running with Skip. But we clearly need to perform more testing of various configurations and the mechanisms for getting a valid Android SDK installed locally without the Android Studio install. |
Beta Was this translation helpful? Give feedback.
We've restored the prerequisite step of installing Android Studio to the getting started guide for the time being.
We still want to remove it in the future, since it isn't intrinsically necessary and it adds a large burden to the process of getting up and running with Skip. But we clearly need to perform more testing of various configurations and the mechanisms for getting a valid Android SDK installed locally without the Android Studio install.