Hi, The stack trace you showed is not useful. This is the top of the exception chain, which means this exception was caused by something else. Please show the "application specific stack frames" you removed.
On Sun, Oct 11, 2009 at 12:34 PM, Jayesh Salvi <[email protected]> wrote: > Hi, > In past couple of days, users of my app have sent crash reports indicating > errors in layout inflation. > "android.view.InflateException: Binary XML file line #27: Error inflating > class java.lang.reflect.Constructor" > After some investigation I found out that all four of them were using the > new Sprint HTC Hero devices. This error hasn't been reported on any other > device/ROM nor could I repro it in the emulator. > From searching around, I figured this is the kind of error that one gets if > layout is too big or too wide. Although my layout is very well within the > limits that Android framework puts, I split it further and asked the users > to test. However, even with this fix the users are seeing similar crash > while inflating the layout. > Has anyone else had same experience with the new Hero devices? > Any suggestions on how I can proceed to fix/workaround the issue - given > that I don't have access to any such device? > Following is the detailed stack trace of the crash: > > android.view.InflateException: Binary XML file line #27: Error inflating > class java.lang.reflect.Constructor > > android.view.LayoutInflater.createView(LayoutInflater.java:512) > > com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56) > android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:562) > android.view.LayoutInflater.rInflate(LayoutInflater.java:617) > android.view.LayoutInflater.rInflate(LayoutInflater.java:620) > android.view.LayoutInflater.rInflate(LayoutInflater.java:620) > android.view.LayoutInflater.inflate(LayoutInflater.java:407) > android.view.LayoutInflater.inflate(LayoutInflater.java:320) > android.view.LayoutInflater.inflate(LayoutInflater.java:276) > > .... > > <-- application specific stack frames --> > > Thanks, > -- > Jayesh > > > > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

