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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:56:40+00:00 2026-06-09T11:56:40+00:00

Right now i am trying to display some text on the screen,but my project

  • 0

Right now i am trying to display some text on the screen,but my project is not getting launch and i could not find the accurate reason.Has any one met this situation?

Here i have given you every thing in detail for your reference.please find below

LOGCAT

08-13 16:02:58.823: D/AndroidRuntime(336): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
08-13 16:02:58.823: D/AndroidRuntime(336): CheckJNI is ON
08-13 16:02:58.953: D/AndroidRuntime(336): --- registering native functions ---
08-13 16:02:59.483: D/AndroidRuntime(336): Shutting down VM
08-13 16:02:59.483: D/dalvikvm(336): Debugger has detached; object registry had 1 entries
08-13 16:02:59.522: I/AndroidRuntime(336): NOTE: attach of thread 'Binder Thread #3' failed

Console

[2012-08-13 15:50:55 - print_testing] ------------------------------
[2012-08-13 15:50:55 - print_testing] Android Launch!
[2012-08-13 15:50:55 - print_testing] adb is running normally.
[2012-08-13 15:50:55 - print_testing] No Launcher activity found!
[2012-08-13 15:50:55 - print_testing] The launch will only sync the application package on the device!
[2012-08-13 15:50:55 - print_testing] Performing sync
[2012-08-13 15:50:55 - print_testing] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'Android22-API-8'
[2012-08-13 15:50:56 - print_testing] Application already deployed. No need to reinstall.
[2012-08-13 15:50:56 - print_testing] \print_testing\bin\print_testing.apk installed on device
[2012-08-13 15:50:56 - print_testing] Done!

DisplayActivity.java

public class DisplayActivity extends Activity
{   
EditText edt1,edt2;
Button btn;

@Override
public void onCreate(Bundle savedInstanceState) 
{

super.onCreate(savedInstanceState);
setContentView(R.layout.main1);


edt1 = (EditText)findViewById(R.id.editText1); 
edt2 = (EditText)findViewById(R.id.editText2);

Button btn = (Button)findViewById(R.id.button1);
btn.setOnClickListener(new View.OnClickListener() 

{

@Override
public void onClick(View v) 
{

if(edt1.getText().toString().equals("4545"))
{

String newLine = System.getProperty("line.separator");
System.out.println("Student name : Karan" + newLine + "Total no of Working days : 25" 
+ newLine +"Total no of present days : 23 " + newLine + "Total no of Absent days : 2");
        }
    }
});
 }
}

AndroidManifest.XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.print.testing"
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">
    <activity
        android:name=".DisplayActivity"
        android:label="@string/app_name" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN1" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>

    </activity>
</application>

</manifest>
  • 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-09T11:56:41+00:00Added an answer on June 9, 2026 at 11:56 am

    Check your AndroidManifest.xml . Its not

    <action android:name="android.intent.action.MAIN1" />
    

    it should be

    <action android:name="android.intent.action.MAIN" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Right now, what i'm trying to do is display some lists on a page
Right now I am trying to solve Project Euler 71 . Consider the fraction,
Right now I'm building a project management app in rails, here is some background
I'm trying to display some data points using google graphs, but unfortunately there is
I am trying to display currently running process in Ubuntu. Right now I am
Right now I am trying to create a producer/consumer thread, the producer thread goes
Right now I'm trying to create my own tiny MVC (just for practice and
Right now I'm trying desperately to get @font-face to work in my website. This
Right now I'm trying this: int a = round(n); where n is a double
Right now I'm trying to set the default audio device on Windows 7 programmatically,

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.