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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:04:36+00:00 2026-05-27T03:04:36+00:00

I am trying to launch the default Hello World app but after I launch

  • 0

I am trying to launch the default Hello World app but after I launch the emulator, I can never find the application in the menu.

  • I have Java SDK
  • I have Android SDK (14)
  • I have the ADT plugin
  • The emulator works fine
  • I am using Eclipse

adb -e install C:\Users\Owner\workspace\FirstApplication\bin\FirstApplication.apk

error: device not found

I tried it with the <> brackets as well and it said it was incorrect syntax.

What now?

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.FirstApplication"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk android:minSdkVersion="14" />

    <application
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name" >
        <activity
            android:label="@string/app_name"
            android:name=".FirstApplicationActivity" >
            <intent-filter >
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

After command line adb -e logcat:

waiting for device

and it stayed that way.




SOLUTION

Install the application using: adb -e install <apk file path> within the command prompt. If there is an error like this:

error: device not found

proceed to restart the adb server using:

adb kill-server
adb start-server

BETTER SOLUTION

  1. Turn on Eclipse.
  2. Turn on Android Virtual Machine.
  3. Ctrl + Alt + Delete
  4. Turn off adb.exe prcoess.
  5. Run project as Android application.

This is a temporary solution, I would appreciate if someone can find a permanent fix.

  • 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-27T03:04:37+00:00Added an answer on May 27, 2026 at 3:04 am

    Did you install you app?

    Did you look in the menu?

    try this in a shell / console

     adb -e install <your apk> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the situation: I am trying to launch an application, but the location of
I am trying to run the simplest Hello World example app and looks like
I am crashing trying to launch a sub-activity. I have a small app to
I am trying to launch the default application registered for an extension specifying an
Quick question I'm trying to change my app's launch icon but it doesn't seem
I'm trying to launch another process from a service (it's a console app that
I'm trying to launch my ClickOnce application using C# code with HttpWebRequest class. The
I'm trying to launch another application from C# application, is there a way to
I'm trying to configure the Quick Launch menu to only display the ancestors and
I have a URL and I want to launch it in the default browser.

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.