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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:47:25+00:00 2026-05-19T15:47:25+00:00

My emulator and SDK package were working fine literally one hour ago. I try

  • 0

My emulator and SDK package were working fine literally one hour ago. I try to edit the code in the manifest file and BAM! All of a sudden, when I run my applications, the emulator freezes, sometimes needing Ctrl + Alt+ Delete, and when it unfreezes itself, the application doesn’t even show up. The console log seems fine but I am getting some WIERD readings from the Logcat… not sure if they’re normal or not. Help me out?

Actually, scratch that… wierd things are happening in the console log too…

[2011-01-24 23:25:44 - UnicornTest] ------------------------------
[2011-01-24 23:25:44 - UnicornTest] Android Launch!
[2011-01-24 23:25:44 - UnicornTest] adb is running normally.
[2011-01-24 23:25:44 - UnicornTest] No Launcher activity found!
[2011-01-24 23:25:44 - UnicornTest] The launch will only sync the application package on the device!
[2011-01-24 23:25:44 - UnicornTest] Performing sync
[2011-01-24 23:25:44 - UnicornTest] Automatic Target Mode: Preferred AVD 'Koneko' is available on emulator 'emulator-5554'
[2011-01-24 23:25:44 - UnicornTest] WARNING: Application does not specify an API level requirement!
[2011-01-24 23:25:44 - UnicornTest] Device API version is 9 (Android 2.3)
[2011-01-24 23:25:46 - UnicornTest] Application already deployed. No need to reinstall.
[2011-01-24 23:25:46 - UnicornTest] \UnicornTest\bin\UnicornTest.apk installed on   device
[2011-01-24 23:25:46 - UnicornTest] Done!

Android Manifest File:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.unicorn.test.whee"
  android:versionCode="1"
  android:versionName="1.0">
  <application android:icon="@drawable/icon" android:label="@string/app_name">
    <activity android:label="@string/app_name" android:enabled="true"      android:name="SplashScreenPear">


    </activity>



 </application>


 </manifest> 

I feel as if there is some totally, blatant error somewhere I just can’t see… I know GIMP does somthing like this freeze if you have a virus but I just did a scan and nothing came up… Sorry in advance.

  • 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-19T15:47:26+00:00Added an answer on May 19, 2026 at 3:47 pm

    You are making a mistake. You have not declare any activity as launcher activity in manifest file, so your app is running but emulator can’t find any activity to launch so it doesn’t show anything.

    Just change the following:

    <activity android:name=".SplashScreenPear"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    

    instead of

    <application android:icon="@drawable/icon" android:label="@string/app_name">
    <activity android:label="@string/app_name" android:enabled="true"      android:name="SplashScreenPear">
    
    
    </activity>
    

    Always remember: declare one of your activity as launcher as above.

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

Sidebar

Related Questions

I try to run this code on emulator: package andr.andr; import android.app.Activity; import android.content.Context;
Starting with Android SDK Tools rev 17 the Android emulator supports using the hardware
I trying to get the tabview app to work, its working fine in the
I am using Videoview to playback mp4 file from local machine using android emulator.
When I run my application in the emulator, it runs fine. When I send
I am working through a facebook-sdk example and trying to utilize the collection of
Android Emulator Icon in windows 7 does not show in TaskBar..see my Image... I
Excluding the Micro Framework Emulator ;)
I have programmed an emulator, but I have some doubts about how to organizate
I started my emulator with ./emulator -trace profile -avd emulator_15. I then tracked down

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.