Thanks for the reply! I've solved the problem by using Uri imageUri = Uri.parse(imageFileDir.listFiles() [position].getAbsolutePath()); mSwitcher.setImageURI(imageUri);
On Apr 7, 9:12 am, Mark Murphy <[email protected]> wrote: > [email protected] wrote: > > Nobody knows? > > I suspect your photo is not located at > /data/data/com.Android.Hust.PoliceMap/app_c/2.jpg. App-local files > should be in /data/data/your.package.here/files or subdirectories under > there. > > BTW, your application should not be using the com.android namespace. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

