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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:13:02+00:00 2026-05-31T02:13:02+00:00

I’ll make it more concise as possible: I have Eclipse Indigo SR2 with ADT

  • 0

I’ll make it more concise as possible:

  1. I have Eclipse Indigo SR2 with ADT plugin installed.

  2. I have checked and confirmed that the ADT plugin is pointing correctly to the Android SDK

installed on my computer. Android SDK version is r16.

  1. Followed the instructions on Android SDK Dev site for “Hello World Tutorial”, copied/pasted

the code sample provide into my Android project. Nothing wrong here so far.

  1. Opened up AVD Manager for Android, created a new AVD running Android 2.3.3. Start up

the emulator and let it run for 1 hour while preparing my dinner (Beef Noodles and a simple

salad).

  1. Came back (with a full belly) to find Android emulator running normally. The Android

Launcher app is there to greet me. So, it means the emulator is standing by.

  1. Go back to Eclipse (no shutting down any applications in Windows) and start debugging my

Hello World project.

  1. Saw the console verbosing the following messages

.

[2012-03-08 04:57:02 - MarbleRun] ------------------------------ 
[2012-03-08 04:57:02 - MarbleRun] Android Launch! 

[2012-03-08 04:57:02 - MarbleRun] adb is running normally.

[2012-03-08 04:57:02 - MarbleRun] No Launcher activity found!  
[2012-03-08 04:57:02 - MarbleRun] The launch will only sync the application package on the 

device!  
[2012-03-08 04:57:02 - MarbleRun] Performing sync 
[2012-03-08 04:57:02 - MarbleRun] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'Android_Practice'
[2012-03-08 04:57:02 - MarbleRun] Uploading MarbleRun.apk onto device 'emulator-5554'
[2012-03-08 04:57:02 - MarbleRun] Installing MarbleRun.apk... 
[2012-03-08 04:57:05 - MarbleRun] Success!
[2012-03-08 04:57:05 - MarbleRun] \MarbleRun\bin\MarbleRun.apk installed on device 
[2012-03-08 04:57:05 - MarbleRun] Done!
  1. Noticed the project isn’t running in the emulator. There was no “Hello World” text.

  2. Thought there may be a problem with loading the emulator, I opened up an old Android

project (less than a year old) and start debugging it. The same emulator debugs the APK just

fine, Buttons, TextViews, RadioButtons, working flawlessly.

  1. Noticed that this different project contains new console logs that the first Hello World

project failed to report. The following logs are copied from a different Android project on the

same computer running in the same emulator/debugging environment:

[2012-03-08 05:11:26 - Android] Starting activity android.myslocation.MySLocation on device 

emulator-5554  

[2012-03-08 05:11:27 - Android] ActivityManager: Starting: Intent { 

act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 

cmp=android.myslocation/.MySLocation }  

[2012-03-08 05:11:27 - Android] Attempting to connect debugger to 'android.myslocation' on 

port 8614 
  1. It is missing from the Hello World project, hence I’m assuming that something is wrong

with my code, and not the emulator.

  1. Decided to come to StackOverflow and post my problem so as to figure out what’s going

on?

My project code (Currently):

package com.marblerun;

import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
import android.widget.Toast;

public class BaseActivity extends Activity {
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        for (int i = 0; i < 1000; i++) {
            Log.d("Test", "Hello World");
            TextView v = new TextView(this);
            v.setText("TESTING THIS OUT.");
            v.bringToFront();
            if (v.requestFocus() == false)
                Log.d("Failed: ", "Nothing works");
        }
        Toast.makeText(this, "Test!", 10);
    }
}

Here’s my problem. Thanks 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-31T02:13:03+00:00Added an answer on May 31, 2026 at 2:13 am

    Looks like you’re missing something in your manifest file, either the whole activity tag or the intent-filter inside it.

    Make sure you have something like this in your AndroidManifest.xml inside of the application tag:

    <activity android:name=".BaseActivity">
        <intent-filter>
            <action android:name="android.intent.action.MAIN"/>
            <category android:name="android.intent.category.LAUNCHER"/>
        </intent-filter>
    </activity>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
I have a jquery bug and I've been looking for hours now, I can't
I've got a string that has curly quotes in it. I'd like to replace
this is what i have right now Drawing an RSS feed into the php,

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.