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
Linux has many ways to install Android Studio, which makes it difficult to detect and parse the information. I can see ides.js looks for the installation only in /opt/android-studio, but depending on how it was installed, the location might be different. Furthermore, there might be multiple installations. Hence, need a better way to parse the information.
In my case, it was /var/lib/snapd/snap/android-studio/current/android-studio/.
Unfortunately, I could not find a good solution to this issue, but there might be other ways to parse this info that I'm totally missing. So, I created this issue to discuss how to handle this.
The text was updated successfully, but these errors were encountered:
I had this issue as well. The answer is correct ANDROID_STUDIO MUST BE INSTALLED IN /opt.
Bugs:
The documentation for linux installation does not specify it needs to be installed in opt. the doc leads to an external site that lets you put it anywhere
react-native doctor should show all the checks that might fail. For example what is the command that finds the Sdk, android studio, etc
Linux has many ways to install Android Studio, which makes it difficult to detect and parse the information. I can see ides.js looks for the installation only in
/opt/android-studio
, but depending on how it was installed, the location might be different. Furthermore, there might be multiple installations. Hence, need a better way to parse the information.In my case, it was
/var/lib/snapd/snap/android-studio/current/android-studio/
.Unfortunately, I could not find a good solution to this issue, but there might be other ways to parse this info that I'm totally missing. So, I created this issue to discuss how to handle this.
The text was updated successfully, but these errors were encountered: