The objects can't be recognized on android after invoking longPress method on appium 1.6.3

TouchAction action = new TouchAction(driver);
action.longPress(el).release().perform();
AndroidElement el = driver.findElementById(id);

then, the el object can’t be found; and if no longPress method invoked, the el object can be found, is ther anybody know the reason?