Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7433209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:34:44+00:00 2026-05-29T09:34:44+00:00

I have been looking for the error for a long time, but cannot find

  • 0

I have been looking for the error for a long time, but cannot find it. i have marked the error in the code below. can anybody explain it?

    <TableLayout 
        android:id = "@+id/TableLayout01"
        android:layout_width = "wrap_content"
        android:layout_height = "wrap_content>

        <TableRow>          <==Here eclipse marks an error
            <TextView
                android:id = "@+id/TextView01"
                android:layout_widht = "wrap_content"
                android:layout_height = "wrap_content"
                android:text = "User:" />
            <EditText
                android:id = "@+id/EditText01"
                android:text = "admin"
                android:layout_width = "fill_parent"
                android:scrollHorizontally="true" />
        </TableRow>
    </TableLayout>

</LinearLayout>

I got errors:

Error generating final archive: java.io.FileNotFoundException:/home/lubuntu/workspace/MainListener/bin/resources.ap_ does not exist
error: Error parsing XML: not well-formed (invalid token)
The value of attribute "android:layout_height" associated with an element type "TableLayout" must not contain the '<' character.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:34:45+00:00Added an answer on May 29, 2026 at 9:34 am

    The error tells you the problem pretty accurately:

    The value of attribute "android:layout_height" associated with an element type "TableLayout" must not contain the '<' character.

    If you look, you can see there is a missing quotation:

       <TableLayout 
            android:id = "@+id/TableLayout01"
            android:layout_width = "wrap_content"
            android:layout_height = "wrap_content>  <==== MISSING A QUOTE!
    
            <TableRow>          <==Here eclipse marks an error
                <TextView
                    android:id = "@+id/TextView01"
                    android:layout_widht = "wrap_content"
                    android:layout_height = "wrap_content"
                    android:text = "User:" />
                <EditText
                    android:id = "@+id/EditText01"
                    android:text = "admin"
                    android:layout_width = "fill_parent"
                    android:scrollHorizontally="true" />
            </TableRow>
        </TableLayout>
    
    </LinearLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been looking at this error for quite some time, and can't seem
I have been over and over this but I can not find why it
Its been a long time since I had to do anything but minor fixes
I have been looking for quite some time for an answer to this, and
I have been looking at this for a while and can't see where the
So i have been looking into JNI calls so i can interact with some
I have been looking at the ruby-docs but have not been able to make
Have been looking at the MVC storefront and see that IQueryable is returned from
I have been looking into IKVMing Apache's FOP project to use with our .NET
We have been looking at g++ versions 3.2.3 and 4.2.4. With 4.2.4, the performance

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.