Android - Clicking on particular element is taking longtime for Hybrid app

Hi,

 For hybrid application, to find the particular element is taking very long time in Android emulator.It is taking 40 secs.But same element in iOS ,taking less than 10 secs. Can you tell me what could be the issue?Below is the appium logs for that element.

2015-04-07 12:07:07:669 - info: [debug] Pushing command to appium work queue: [“find”,{“strategy”:“accessibility id”,“selector”:“250.00 USD”,“context”:"",“multiple”:false}]

2015-04-07 12:07:07:693 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“accessibility id”,“selector”:“250.00 USD”,“context”:"",“multiple”:false}}
2015-04-07 12:07:07:693 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-04-07 12:07:07:693 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-04-07 12:07:07:693 - info: [debug] [BOOTSTRAP] [debug] Finding 250.00 USD using ACCESSIBILITY_ID with the contextId: multiple: false
2015-04-07 12:07:07:693 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=250.00 USD, INSTANCE=0]

2015-04-07 12:07:17:828 - info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“9”},“status”:0}

2015-04-07 12:07:17:828 - info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}
2015-04-07 12:07:17:829 - info: <-- POST /wd/hub/session/30c8b7b0-f688-42f2-913d-7e0e970fd16d/element 200 10160.676 ms - 87 {“status”:0,“value”:{“ELEMENT”:“9”},“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}

2015-04-07 12:07:17:834 - info: --> GET /wd/hub/session/30c8b7b0-f688-42f2-913d-7e0e970fd16d/element/9/displayed {}
2015-04-07 12:07:17:834 - info: [debug] Pushing command to appium work queue: [“element:getAttribute”,{“elementId”:“9”,“attribute”:“displayed”}]
2015-04-07 12:07:17:838 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getAttribute”,“params”:{“elementId”:“9”,“attribute”:“displayed”}}
2015-04-07 12:07:17:838 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-04-07 12:07:17:838 - info: [debug] [BOOTSTRAP] [debug] Got command action: getAttribute

2015-04-07 12:07:24:946 - info: --> GET /wd/hub/status {}

2015-04-07 12:07:24:946 - info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.6”,“revision”:“004f52f249d3513809e7d0734d9205d1fec19f8e”}},“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}
2015-04-07 12:07:24:947 - info: <-- GET /wd/hub/status 200 0.906 ms - 155 {“status”:0,“value”:{“build”:{“version”:“1.3.6”,“revision”:“004f52f249d3513809e7d0734d9205d1fec19f8e”}},“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}

2015-04-07 12:07:27:876 - info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“true”,“status”:0}

2015-04-07 12:07:27:877 - info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}
2015-04-07 12:07:27:877 - info: <-- GET /wd/hub/session/30c8b7b0-f688-42f2-913d-7e0e970fd16d/element/9/displayed 200 10043.678 ms - 76 {“status”:0,“value”:true,“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}

2015-04-07 12:07:27:881 - info: --> GET /wd/hub/session/30c8b7b0-f688-42f2-913d-7e0e970fd16d/element/9/enabled {}
2015-04-07 12:07:27:882 - info: [debug] Pushing command to appium work queue: [“element:getAttribute”,{“elementId”:“9”,“attribute”:“enabled”}]

2015-04-07 12:07:27:889 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getAttribute”,“params”:{“elementId”:“9”,“attribute”:“enabled”}}
2015-04-07 12:07:27:889 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-04-07 12:07:27:889 - info: [debug] [BOOTSTRAP] [debug] Got command action: getAttribute

2015-04-07 12:07:37:947 - info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“true”,“status”:0}

2015-04-07 12:07:37:947 - info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}
2015-04-07 12:07:37:948 - info: <-- GET /wd/hub/session/30c8b7b0-f688-42f2-913d-7e0e970fd16d/element/9/enabled 200 10067.038 ms - 76 {“status”:0,“value”:true,“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}

2015-04-07 12:07:37:952 - info: --> POST /wd/hub/session/30c8b7b0-f688-42f2-913d-7e0e970fd16d/element/9/click {“id”:“9”}
2015-04-07 12:07:37:952 - info: [debug] Pushing command to appium work queue: [“element:click”,{“elementId”:“9”}]
2015-04-07 12:07:37:957 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“9”}}
2015-04-07 12:07:37:957 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-04-07 12:07:37:957 - info: [debug] [BOOTSTRAP] [debug] Got command action: click

2015-04-07 12:07:48:092 - info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}

2015-04-07 12:07:48:123 - info: [debug] Responding to client with success: {“status”:0,“value”:true,“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}

2015-04-07 12:07:48:124 - info: <-- POST /wd/hub/session/30c8b7b0-f688-42f2-913d-7e0e970fd16d/element/9/click 200 10172.160 ms - 76 {“status”:0,“value”:true,“sessionId”:“30c8b7b0-f688-42f2-913d-7e0e970fd16d”}