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 8477511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T18:29:16+00:00 2026-06-10T18:29:16+00:00

I am on the 36th tutorial of thenewboston android app development on youtube. He

  • 0

I am on the 36th tutorial of thenewboston android app development on youtube. He has had us copy and paste our code (cause we are supposed to know how to do it by now). I copied and pasted it, didnt work so i tried typing it all out. Still didnt work. My R.id isnt working. I have already had problems with this before so i knew to check my XML file. and in there everything is crazy. I get an error everywhere i have android:layout_width=”match_parent”. Did some research and i guess that got updated to “fill_parent” changed that, now I get an error in my XML saying “error: ERROR parising XML: not well-formed (invalid token)”. I have tried starting over mulitple times. cleaning project. Restarting. Triple checking my code. I dont know what im doing wrong. please help guys! Im going nuts!! Thanks in advanced.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:weightSum="100"
<ScrollView
    android:layout_weight="30"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >

    <LinearLayout
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        >
    <TextView 
        android:text="Email address(es):"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

    <EditText 
        android:layout_height="wrap_content"
        android:layout_width="fill_parent"
        android:id="@+id/etEmails"
        />          

    <TextView 
        android:text="Hatfull intro"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

    <EditText 
        android:layout_height="wrap_content"
        android:layout_width="fill_parent"
        android:id="@+id/etIntro"
        />

    <TextView 
        android:text="Persons name"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

    <EditText 
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:id="@+id/etName"
        />

    <TextView 
        android:text="Stupid things this person does:"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

    <EditText 
        android:layout_height="wrap_content"
        android:layout_width="fill_parent"
        android:id="etThings"
        />

    <TextView 
        android:text="What do you want to do to this person?"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

    <EditText 
        android:layout_height="wrap_content"
        android:layout_width="fill_parent"
        android:id="@+id/etAction"
        />

    <TextView 
        android:text="Hatefull Outro"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

    <EditText 
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:id="@+id/etOutro"
        />

    </LinearLayout>

    </ScrollView>

<LinearLayout
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_weight="40">

    <Button 
        android:text="Send"
        android:id="@+id/bSentEmail"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent">

    </Button>

</LinearLayout>

<LinearLayout
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_weight="30">

    <AnalogClock 
        android:id="@+id/analogClock1"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent">

    </AnalogClock>
</LinearLayout>
</LinearLayout>
  • 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-06-10T18:29:17+00:00Added an answer on June 10, 2026 at 6:29 pm

    You missed a > at the end of line 6:

    change

    android:weightSum="100"
    

    to

    android:weightSum="100">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have... <form action=#> <fieldset> to: <input type=text name=search value= id=to />
This is my Jquery <script type=text/javascript> $(function() { var from = $.session(from); var to
Each night I need to do work on a folder 36 days old from
I'm trying to read a pdf file and get all hyperlinks from this file.
What does the : mean in the 3-6th lines below? function displayError(error) { var
I need to convert a number from 36 -th base into an integer. The
Does the order of a FIR filter correspond with the amount of coefficients? (E.g
I have following String and i want to split this string into number of
I checked all answers above to see if mine was answered , please don't

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.