I'm trying to download platform-tools from Sdk Manager. but when I run
C:\android-sdk\cmdline-tools\tools\bin>sdkmanager "platform-tools" "platforms;android-28"
the following warning errors are showing
Warning: Failed to download any source lists!
Warning: IO exception while downloading manifest
Warning: Still waiting for package manifests to be fetched remotely.
Warning: Failed to find package 'platform-tools'
[=== ] 10% Computing updates...
Im having java JDK 8 Help me to fix this.
I had this problem in my Linux machine, It has something to do with
.androidfolder (Maybe due to previous installations) which is present inANDROID_SDK_HOMEpath which usually is your user's folder. In Windows it isC:\Users\<User>\.androidand in Linux it is/home/<user>/.android. After hit and trial, I have found that we can do either of the following to solve the issue:.androidfolder in the pathOR
ANDROID_SDK_HOMEpath as another directoryand try to run the
sdkmanagercommand again