question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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.

Flipper

My Android SDK is configured correctly, and complete.

Flipper

android-sdk

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:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:33 (17 by maintainers)

github_iconTop GitHub Comments

120reactions
Victor502commented, Apr 16, 2020

I fixed the error by going to my local.properties file in VS Code coping the sdk.dir which mine is /Users/[MYUSER]/Library/Android/sdk then I went in Filpper -> File -> Preferences and changed the Android SDK Location See image… Flipper

Then I clicked the Apply and Restart Button

54reactions
suarezluiscommented, May 22, 2020

in 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.

image

Apply and restart and you should be done.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found