Chrome driver version must be >=56.0.2884.0 (while executing in android emulator 6.0.0)

Chrome version must be >= 56.0.2884.0

We are trying a scenario here we need to execute the script in rdp using android emulator 6.0.0

My application WebView in com.xxx.xxx is(44.0.2403.119)
Chrome browse version (44.0.2403.128) in emulator
Appium chrome-driver version (2.29)

While executing the script got the below error

org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: session not created exception: Chrome version must be >= 56.0.2884.0
(Driver info: chromedriver=2.29.461591 (62ebf098771772160f391d75e589dc567915b233),platform=Windows NT 10.0.14393 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 3.47 seconds

Start emulator with google api support and use 2.28 chromedriver version. It should work