skiptools / skip

Skip transpiler for creating SwiftUI apps for iOS and Android
https://skip.tools
GNU Lesser General Public License v3.0
1.49k stars 40 forks source link

Small BUG: 'skip checkup' and 'skip doctor' cant find JetBrains installed Android Studio #107

Closed adamhill closed 5 months ago

adamhill commented 5 months ago

The checkup and doctor commands cannot find an Android Studio Install that was done with JetBrains Tools. It is installed in the ~/Applications/ folder. But checkup does compile the app just fine.

Command line

image

Installation

image

Installation Location

image
marcprux commented 5 months ago

Thanks for the info. We'll add a check for ~/Applications/ as well as /Applications/. Do you happen to know if that is the standard location for the apps managed by JetBrains Toolbox, or was that something you recall having specified yourself?

marcprux commented 5 months ago

FYI, the next version of the tool will look in ~/Applications/Android Studio.app as well as the other standard locations (/Applications/Android Studio.app and /Applications/JetBrains Toolbox/Android Studio.app).

Thanks for the report, and let us know if we can help with anything else!

adamhill commented 5 months ago

It is the default location. Thanks.