I am installing Android Studio on my Mac running Catalina OS. I have been getting an error from flutter doctor saying Android `sdkmananger` tool not found I double-checked my path is correct so I went and found out the reason I am getting this error is because the Android SDK is not installing the tools directory. So after looking around a little, I see it is marked as obsolete in the SDK tools tab.
My questions are is the correct course of action to just go ahead and install it.
Secondly, why is this marked as obsolete if flutter is still configured to look for it?