adb.exe is too old; please install version 1.0.39 or later......how to update adb version

3,062

I have faced same issue and I have solved this issue using the below steps. would you please refer below steps it will help you to solve the above issue

  • Open Android studio then click on SDK manager it showing in right side icon then select Update and click on check now button for platform-tools ( Android studio -> SDK manager ->Updates ->check now )

 Would you please refer below screenshot

Let me know your thought for the same Thank you

Share:
3,062
damith alahakoon
Author by

damith alahakoon

Updated on December 17, 2022

Comments

  • damith alahakoon
    damith alahakoon over 1 year

    I will try to run my first flutter App in my samsung phone it give the following error (i will also try another phone it also same)

    Launching lib\main.dart on SM A105F in debug mode...
    The ADB at "C:\Users\yyy\AppData\Local\Android\sdk\platform-tools\adb.exe" is too old; please install version 1.0.39 or later.
    Error launching application on SM A105F.
    

    I am using android studio in the windows environment

    how to update adb version plz help