Appium using Java is very slow on android device

I am automating a website on android device from appium using scripts written in Java.
But the script is taking too long to execute. The process that can be done in 10 minutes manually is taking 30 minutes from appium.
I have written the automation script in Java using Appuim Api’s.
Same script works fast on iOS device.
Is there any solution to improve the speed?? Or this problem is there in Appium using scripts written in Java??
I have appium 1.6.3 . I faced same problem with previous versions of appium (1.4.3) also. And Android Lollypop.

Hey Gaurav,

I suggest you try it again with latest version of appium server.

In case issue still exists, you can open new ticket in appium github repo with all the details.

I never saw this kind of issue with Java, I’m sure it’s not related to Java at all. Try same script with different emulators, there may be issue with your phone itself.

Regards,
Vikram