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

  • Home
  • SEARCH
  • 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 4612330
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:23:18+00:00 2026-05-22T01:23:18+00:00

very easy question, i’m embarrassed to ask but cannot find it out on my

  • 0

very easy question, i’m embarrassed to ask but cannot find it out on my own.

In MainActivity.java there is a menu. When user clicks on the menu item, a new window should appear but the app crashes (“the app stopped unexpectedly”) instead.

MainActivity.java part:

case R.id.Menu6:
    Intent intentabout = new Intent(this, About.class);
    startActivity(intentabout);
    break;

The case should be right, as the other menu items are working.

About.java:

public class About extends Activity {

    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.aboutxml);

        TextView tv1 = (TextView)findViewById(R.id.TextView01);
        tv1.setText("Something");
        setContentView(tv1);
    }
}

aboutxml.xml:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 
    android:id="@+id/LinearLayout01"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    xmlns:android="http://schemas.android.com/apk/res/android">

    <TextView 
        android:text="Something"
        android:id="@+id/TextView01"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">
    </TextView>

</LinearLayout>

I have included the class in the AndroidManifest.xml:

<activity
    android:name=".About"
    android:label="@string/app_name">
</activity>

I can’t believe i don’t know this, i have other class in my app and they are working…

  • 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-22T01:23:19+00:00Added an answer on May 22, 2026 at 1:23 am

    You shouldn’t be calling setContentView twice. Remove the second call. That may or may not be your problem, but it needs to go. If that doesn’t fix it, you need to post your error log. If you view it yourself, you’ll probably figure it out pretty easily, but if not, post it here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For sure this question is very easy, but I just cannot figure this out.
Sorry if this question is very easy, but I can't find the answer anywhere.
it's a very easy question maybe, but i can't find any working plug in
Probably this is a very easy question, but I did not find yet how
This is supposedly a very easy question, but I just can't seem to find
I know this is very easy question, but I couldn't find the answer anywhere.
Very easy question. I have been using CSS for a while but rarely use
I have a very easy question. Unfortunately, I can't find the answer. I just
it seems to me that this is kind of a very easy question, but
This is probably a very easy question to answer, but for the life of

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.