Appium-An element could not be located on the page using the given search parameters

An element could not be located on the page using the given search parameters. (WARNING: The server did not provide any stacktrace information)
when i run this script. it perform excatly but when read this row in excel, it have problem
file excel:


testscript

log console
sendKeys
id
com.dinhcv.nutritionhealth:id/edt_height
160
sendKeys
id
com.dinhcv.nutritionhealth:id/edt_weight
45
click
id
com.dinhcv.nutritionhealth:id/btn_calculate

getValue_assertEquals
id
com.dinhcv.nutritionhealth:id/tv_bmi
17,6
An element could not be located on the page using the given search parameters. (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 20.90 seconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: ‘2.47.1’, revision: ‘unknown’, time: ‘2015-07-30 11:02:44’
System info: host: ‘DESKTOP-Q4M4J0E’, ip: ‘192.168.0.101’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_201’
Driver info: io.appium.java_client.android.AndroidDriver
platformNameVersion=5.1, platformName=Android, deviceName=4LY5AAFAVCRSA6KJ}, platformVersion=5.1, webStorageEnabled=false, locationContextEnabled=false, takesScreenshot=true, javascriptEnabled=true, deviceModel=A33w, platformName=Android, deviceManufacturer=OPPO}]
Session ID: c3a17f10-0306-47f9-957e-2070bccf7d9d
*** Element info: {Using=id, value=com.dinhcv.nutritionhealth:id/tv_bmi}
please help me.