Flipper Doctor complains Android SDK is not installed
See original GitHub issue🐛 Bug Report
I’ve been using Flipper since before the name change and it’s always worked fine (still does).
However, on each launch, I get an error banner claiming there are problems with my install.
My Android SDK is configured correctly, and complete.
To Reproduce
Launch Flipper, or start Doctor.
Expected Behavior
Doctor should not claim there is an error with my setup. Of if there really are, it should describe the issue in a way that makes it actionable.
Environment
- MacOS High Sierra 10.13.6
- Flipper 0.29.4
adb --version
Android Debug Bridge version 1.0.41
Version 29.0.5-5949299
Installed as /Applications/Dev/android-sdk/platform-tools/adb
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:33 (17 by maintainers)
Top Results From Across the Web
How to solve this error when I open flipper? - Stack Overflow
Once installed, open your Flipper settings (click the cog icon in the bottom left) and ensure that the "Android SDK location" field is...
Read more >Troubleshooting General Issues - Flipper
If no app plugins are showing up, there may be a connectivity issue between Flipper and your app. Check connection issues to see...
Read more >The Android Sdk Root Folder 'Platform-Tools' Does Not Exist ...
Launching lib\main.dart on Android SDK built for x86 in debug mode. Flutter and Dart plugins shown as not installed using flutter doctor Flipper...
Read more >Android SDK Tools component is not installed
When I open the Android Device Manager to create emulator images I get an error: Android SDK Tools component is not installed. Do...
Read more >Meet Doctor, a new React Native command
If doctor is not able to fix an issue, it will display a message and a ... Doctor command with a link to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed the error by going to my
local.properties
file in VS Code coping thesdk.dir
which mine is/Users/[MYUSER]/Library/Android/sdk
then I went in Filpper -> File -> Preferences and changed the Android SDK Location See image…Then I clicked the
Apply and Restart
Buttonin your terminal type
echo $ANDROID_HOME
that will give you the path to the Android SDK.Copy that path and paste it in Flipper -> File -> Preferences -> Android SDK Location.
Apply and restart and you should be done.