Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

first, sorry for my English, it's not very good. I'm trying to select photo from gallery. All it's ok in this step. When I select the photo, on ActiviyResult get the Uri of the image and set an ImageView with setImageUri. But in the second try, when I set ImageUri this throw an exception. The Uri not is null, and if I set a TextView with the path this works.

anyone knowks what is happening?

share|improve this question
1  
Can you post exception that is thrown ?.' – Kartik Oct 25 '11 at 10:33
Post the exception and code that generating exception as Karthik said – Sameer Oct 25 '11 at 10:42
I try to get the exception with an try catch block but anyway it throws the exception. It occurs when I set image with setImageUri. – user1012519 Oct 25 '11 at 11:06
Copy and paste the logcat to show us what the exception is.So we can help. I guess you may encounter the OutOfMemory exception. – Huang Oct 25 '11 at 11:47
This is my logcat 10-26 11:15:35.191: ERROR/GraphicsJNI(18836): VM won't let us allocate 8045568 bytes 10-26 11:15:35.191: ERROR/AndroidRuntime(18836): FATAL EXCEPTION: main 10-26 11:15:35.191: ERROR/AndroidRuntime(18836): java.lang.OutOfMemoryError: bitmap size exceeds VM budget 10-26 11:15:35.191: ERROR/AndroidRuntime(18836): at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) – user1012519 Oct 26 '11 at 10:13
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.