facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.33k stars 952 forks source link

ANDROID_SDK_ROOT point to a folder which does not exist #4302

Open fpsulli3 opened 1 year ago

fpsulli3 commented 1 year ago

This is on Mac OS. It says that I can use Flipper Settings to point to a different location:

Screen Shot 2022-11-07 at 4 27 22 PM

However there is no File > Preferences:

Screen Shot 2022-11-07 at 4 27 28 PM

And the Flipper menu does not contain Preferences either:

Screen Shot 2022-11-07 at 4 27 35 PM

I have not found a way to navigate to Preferences. From the Flipper menu, I can go to Services > Services preferences, but that just takes me to the Mac OS system preferences.

Note: I do have my ANDROID_SDK_ROOT set to the right location and it still shows this exact error.

kilosculptor commented 1 year ago

Perhaps it's not too clear but settings is referencing to the icon :

image

image

Abdulfathah34 commented 5 days ago

You can find the path in Android Studio

steps: Open Android Studio open sdk manager option on top right side

Screenshot 2024-09-26 at 12 50 22 PM

their you can see the android sdk location,copy it and paste it on the flipper

Screenshot 2024-09-26 at 12 47 25 PM