Reputation: 21
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
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
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
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.
This will install the desired versions.
Upvotes: 1