TreKing,

Here is the code snippet

File file = new File(" /storage/emulated/0/Download/12345.jpg");

if(file.exists())
     return true;

And another file which I can see through astro file manager there works.




On Sun, Feb 23, 2014 at 10:20 PM, TreKing <[email protected]> wrote:

>
> On Sun, Feb 23, 2014 at 6:41 PM, [email protected] <[email protected]>wrote:
>
>> Then in my app, I tried to access that picture, it says file is not found.
>
>
> What API level are you running and how are you accessing the file?
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to