The error message is quite self-descriptive:

   java.lang.RuntimeException: Binary XML file line #14: *You must
   supply a layout_width attribute*.



And it occurrs on line 14 in your XML file.

So, open your XML layout file and make sure you have layout_width (and layout_height) attributes for every view.

-- Kostya


On 02/12/2012 08:02 PM, Mohamed Gougam wrote:
Hello Kostya, sorry i dint get your suggestion, could u instruct me more?

On Sun, Feb 12, 2012 at 7:01 PM, Kostya Vasilyev <kmans...@gmail.com <mailto:kmans...@gmail.com>> wrote:

    Here it is.

    12.02.2012 18:17, Soyer пишет:

        java.lang.RuntimeException: Binary XML file line #14: You must
        supply
        a layout_width attribute.


-- Kostya Vasilyev

-- 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
    <mailto:android-developers@googlegroups.com>
    To unsubscribe from this group, send email to
    android-developers+unsubscr...@googlegroups.com
    <mailto:android-developers%2bunsubscr...@googlegroups.com>
    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 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

--
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