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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:38:59+00:00 2026-06-14T13:38:59+00:00

My app does open the splash and also the background music plays .. but

  • 0

My app does open the splash and also the background music plays .. but after that it was supposed to open a List Activity but it crashes
i have tried to run the same program before with other names of almost everything but when i retyped the program it crashed.. i have cleaned and refreshed which even doesn’t make any difference

My java file

Splash.java:

package com.alpha.beta;

import android.app.Activity;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;

public class Splash extends Activity {
MediaPlayer ourSong;

@Override
protected void onCreate(Bundle beta) {
    super.onCreate(beta);
    setContentView(R.layout.splash);
    ourSong = MediaPlayer.create(Splash.this, R.raw.splash_sound);
    ourSong.start();
    Thread timer = new Thread(){
        public void run(){
            try {
                sleep(5100);
            } catch (InterruptedException e) {
                e.printStackTrace();
            } finally {
                Intent openStartingPoint = new Intent("com.alpha.beta.MENU");
                startActivity(openStartingPoint);
            }
        }
    };
    timer.start();
}

    @Override
    protected void onPause() {
        super.onPause();
        ourSong.release();
        finish();
}
}

Manifest File:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.alpha.beta"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="15" />

<application
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    <activity
        android:name=".Splash"
        android:label="@string/title_activity_app" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity
        android:name=".Menu"
        android:label="@string/title_activity_app" >
        <action android:name="com.alpha.beta.MENU" />

        <category android:name="android.intent.category.DEFAULT" />
    </activity>
    <activity
        android:name=".App"
        android:label="@string/title_activity_app" >
        <action android:name="com.alpha.beta.APP" />

        <category android:name="android.intent.category.DEFAULT" />
    </activity>
</application>

           11-19 18:35:42.291: W/dalvikvm(882): threadid=7: thread exiting with uncaught exception (group=0x4001d800)
           11-19 18:35:42.321: E/AndroidRuntime(882): FATAL EXCEPTION: Thread-8
           11-19 18:35:42.321: E/AndroidRuntime(882): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.alpha.beta.Menu }
           11-19 18:35:42.321: E/AndroidRuntime(882):   at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
           11-19 18:35:42.321: E/AndroidRuntime(882):   at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
           11-19 18:35:42.321: E/AndroidRuntime(882):   at android.app.Activity.startActivityForResult(Activity.java:2817)
           11-19 18:35:42.321: E/AndroidRuntime(882):   at android.app.Activity.startActivity(Activity.java:2923)
           11-19 18:35:42.321: E/AndroidRuntime(882):   at com.alpha.beta.Splash$1.run(Splash.java:26)
           11-19 18:35:46.190: I/Process(882): Sending signal. PID: 882 SIG: 9
  • 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-14T13:39:00+00:00Added an answer on June 14, 2026 at 1:39 pm

    Try this way

      Intent openStartingPoint = new Intent(Splash.this,Menu.class);
      startActivity(openStartingPoint);
    

    Edit :- Some time it is the issue of not get the context of that activity.That’s why you may get exception as ActivityNotFoundException.

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

Sidebar

Related Questions

It's weird that my app does not zoom in when running in the application
I am building an app that does a lot of math and calculations. I
I have a Rails app that does everything I need it to do via
I have an MVC app that does a lot of work with jQuery ajax
I'm working on an app that does some web scraping. In the sites model,
I'm build an iOS app that does some basic detection. I get the raw
I have a 3rd party app that does a database export in to a
I have an app that functions properly and does not force close or crash.
I'm looking for an app that does something similar to Squish. I'd like it
I want to make an iOS/Android app that does like this: take an photo

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.