driver.findElementByName("MY_APP").click();

The below command got executed in Appium version 1.4.6.1 but the same is not working in 1.6.3 version, how can i resolve this

driver.findElementByName(“MY_APP”).click();

this line launched my application under test from the device home screen (Android devices)