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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:49:01+00:00 2026-05-22T21:49:01+00:00

I am getting ActivityNotFoundException though i register the Activity class in the Manifest file.

  • 0

I am getting ActivityNotFoundException though i register the Activity class in the Manifest file.
Can you help me please…

Thanks..

<application android:icon="@drawable/icon" android:label="@string/app_name">
    <activity android:name="Login"
              android:label="@string/app_name">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity android:name=".Registration" android:label="Registration"
    ></activity>
     <activity android:name=".Dashboard" android:label="Dashboard"
    ></activity>
     <activity android:name="com.innominds.BillDetails" 
    ></activity>
</application>

This the Manifest file.

Now I wrote the below code for BillDetails class

import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import android.view.WindowManager;

public class BillDetails extends FragmentActivity
{

 public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        this.requestWindowFeature(Window.FEATURE_NO_TITLE);
        getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
        setContentView(R.layout.details_bill);
 }

  public static class BillSearch extends Fragment
   {
         public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) 
         {
             return inflater.inflate(R.layout.billsearch, container, false);
         }

         public void onActivityCreated(Bundle savedState) 
         {
              super.onActivityCreated(savedState);
         }
   }

    public static class DetailBill extends Fragment
    {
         public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) 
         {
             return inflater.inflate(R.layout.billdetails, container, false);
         }

         public void onActivityCreated(Bundle savedState) 
         {
              super.onActivityCreated(savedState);
         }
    }
}
  • 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-22T21:49:02+00:00Added an answer on May 22, 2026 at 9:49 pm
    <activity android:name="yourPackage.YourActivity" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Getting the above error in following code. How to rectify it. Thanks. Please look
I am trying to add streeview to my android application but I keep getting
In my application, I am getting file from assets resources and open pdf file
now I am doing an Android application.I have to read a file from sdcard.I
Getting started with NHibernate How can I generate identity fields in nHibernate using Hilo
I am getting this exception while I am trying to call an activity from
Getting Invalid Application Path error. Here are the steps I've taken. Right click on
Getting output with Java is pretty easy as you can make use of System.out.print
getting a couple errors that it's a virtual function with non-virtual destructor. how can
Getting an error running a Android unit test which extends ActivityInstrumentationTestCase2, and so want

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.