Not able to automate file uploader in appium

On Click the uploader field >> navigate to the Phone Downloads field . not able to locate the element error is displayed on running the code .

driver.findElement(By.xpath("//android.widget.TextView[@text=‘Downloads’]")).click();
or
driver.findElement(By.xpath("//android.widget.TextView[@text=‘IMG_20170119_181114.jpg’]")).click();
or
driver.findElement(By.xpath("//android.widget.imageView[content-desc=‘description’].click()")).click();

or
driver.findElement(By.name(“IMG_20170119_181114.jpg”)).click();

tried all these methods still not working.