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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:48:22+00:00 2026-06-09T17:48:22+00:00

I am following the example in the book Beginning Android 4 and I am

  • 0

I am following the example in the book “Beginning Android 4” and I am getting an xml parsing error. Apparently many people have the same issue but I cannot find a posting that is similar to the books example. Below is my code. The unboudn prefix hits at the second radio group…

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

    <RadioGroup android:id="@+id/orientation"
        android:orientation="horizontal"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:padding="5dp">          
        <RadioButton
            android:id="@+id/horizontal"
            android:text="horizontal">
        </RadioButton>
        <RadioButton
            android:id="@+id/vertical"
            android:text="vertical">
        </RadioButton>
    </RadioGroup>  
    <RadioGroup android:id="@+id/gravity"
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        andorid:padding="5dip">         
        <RadioButton
            android:id="@+id/left"
            andoid:test="left">
        </RadioButton>
        <RadioButton
            android:id="@+id/center"
            android:text="center">           
        </RadioButton>    
        <RadioButton
            android:id="@+id/right"
            android:text="right">
        </RadioButton>   
    </RadioGroup>        
</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-09T17:48:24+00:00Added an answer on June 9, 2026 at 5:48 pm

    you have couple of errors in your second radiogroup

     andorid:padding="5dip"
    

    Change this to

     android:padding="5dip"
    

    Note the change from andorid to android and

      andoid:test="left"
    

    to

     android:text="left"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to cakephp and following this tutorial. http://book.cakephp.org/2.0/en/tutorials-and-examples/blog-auth-example/auth.html I have created the blog
I've started learning Android development and am following a todolist example from a book:
I am working through a book about Javascript and have encountered the following example
For class specific new_handler implementation, i came across the following example in book effective
I'm following the racetrack example from Jason Rudolph's book at InfoQ , using grails-1.2.1.
I have tree like following example, where every leaf is object. [1] |--[2] |
I am new to cakephp and have been working through the Apress book Beginning
Consider the following example from APUE book: #include <errno.h> #include <sys/socket.h> int initserver(int type,
In book named Using C++ by Rob McGregor there is following example of using
I'm new to rails and am following the Apress 'Beginning Rails 3' book. I

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.