how to read text file from computer on android

后端 未结 1 1533
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 05:03

I Have Simple Android Application to Read the text file from hard drive of computer .

So i used as ,

try 
    {           
        File myFile = new         


        
相关标签:
1条回答
  • 2020-12-07 05:30

    Your Android device has no access to your desktop computer by default, and it most certainly does not have Windows drive letters.

    0 讨论(0)
提交回复
热议问题