YES YES YES!!!
I've found solution for that bug.
It's tricky but it works.
Place that on the begining of your code.

                try{
                                Bitmap tmpBitmap = Bitmap.createBitmap
(3200, 4800,
Config.ARGB_8888);
                }catch(Throwable e){
                        e.printStackTrace();
                        System.out.println("CATCHED !!!!");

                }

I was fighting with that about 4 days.
Hope anyone is happy now, that was hell.

Regards,
avram.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to