marsa
marsa

Reputation: 21

Flutter doctor -android sdk file not found in platform/android-29

I have already install flutter and android studio, but when I executed flutter doctor ,

doctor found issues 
android sdk file not found in path
 ( AppDate\local\android\sdk\platform\android-29\android.jar)

Upvotes: 2

Views: 1887

Answers (3)

TeeKay
TeeKay

Reputation: 1

AppDate\local\android\sdk\platform\android-29\android.jar Go to this path and make sure files are not deleted. Folder should have such files

If It is empty then install it! open android studio goto File>Settings>Appearance and Behaviour>System Setting>Android SDK Click on api 29 and download Make sure android api 29 is installed

Upvotes: 0

Pritam Parab
Pritam Parab

Reputation: 3

AppDate\local\android\sdk\platform\android-29\android.jar
Go to this path and make sure files are not deleted.
Folder should have such files

If It is empty then install it!
open android studio goto File>Settings>Appearance and Behaviour>System Setting>Android SDK
Click on api 29 and download
Make sure android api 29 is installed

Upvotes: 0

Luan M Gepfrie
Luan M Gepfrie

Reputation: 469

You can enter the Virtual devices manager in the Android Studio emulator, and download android SDK versions from it, you will have the download options, and then it will work.

  1. Click here:

List item

  1. After here:

enter image description here

  1. Select any Device:

enter image description here

  1. Choose which android version to download.

List item

This will install the desired versions.

Upvotes: 1

Related Questions