Android Community
Results 1 to 2 of 2

Thread: no text displayed on emulator

  1. #1
    Join Date
    Mar 2011
    Posts
    1

    Default no text displayed on emulator


    hi:
    i just followed the hello world example. but when the emulator told me to unlock the screen, nothing happend.
    no "helloworld" displayed on the emulator.
    i set up all the things following the tutorial.
    btw, i am using win7 and the newest eclipse.
    (i heard its a bug in win7?????? i am bloody confusing!!!)

    can someone help me out of here?
    thx

  2. #2
    Join Date
    Dec 2011
    Posts
    3

    Default Re: no text displayed on emulator


    I don't know you already solved this issue or not.
    I had same issue then I figured it out.
    A. JDK:
    1. make sure have jdk 6 be installed.

    B. Android application.
    1. Make sure you set your activity (spelling) to match name of java code from AndroidManifest.xml.( see below).
    2. Wait for a while.

    See below log file:
    [2011-12-29 16:50:10 - HelloLinearLayout] Android Launch!
    [2011-12-29 16:50:10 - HelloLinearLayout] adb is running normally.
    [2011-12-29 16:50:10 - HelloLinearLayout] Performing com.test.hellolinearlayout.HelloLinearLayoutActivi ty activity launch
    [2011-12-29 16:50:10 - HelloLinearLayout] Automatic Target Mode: Preferred AVD 'my_avd' is not available. Launching new emulator.
    [2011-12-29 16:50:10 - HelloLinearLayout] Launching a new emulator with Virtual Device 'my_avd'
    [2011-12-29 16:50:19 - HelloLinearLayout] New emulator found: emulator-5554
    [2011-12-29 16:50:19 - HelloLinearLayout] Waiting for HOME ('android.process.acore') to be launched...
    [2011-12-29 16:51:08 - HelloLinearLayout] HOME is up on device 'emulator-5554'
    [2011-12-29 16:51:08 - HelloLinearLayout] Uploading HelloLinearLayout.apk onto device 'emulator-5554'
    [2011-12-29 16:51:08 - HelloLinearLayout] Installing HelloLinearLayout.apk...
    [2011-12-29 16:51:42 - HelloLinearLayout] Success!
    [2011-12-29 16:51:42 - HelloLinearLayout] Starting activity com.test.hellolinearlayout.HelloLinearLayoutActivi ty on device emulator-5554
    [2011-12-29 16:51:44 - HelloLinearLayout] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.test.hellolinearlayout/.HelloLinearLayoutActivity }
    helloandroid.jpg
    Last edited by AlbertPi0714; 12-30-2011 at 10:19 AM.

Similar Threads

  1. Help! Application not displayed on emulator
    By jandfus in forum Developers Guild
    Replies: 12
    Last Post: 09-07-2010, 02:59 PM
  2. Replies: 0
    Last Post: 06-02-2010, 01:52 PM
  3. Entering text with Terminal Emulator
    By wbexpress in forum General HTC Chat
    Replies: 4
    Last Post: 09-28-2009, 06:52 PM
  4. Your Balance $$ is displayed
    By ioiosotwig in forum General HTC Chat
    Replies: 5
    Last Post: 12-06-2008, 01:04 PM
  5. Change how contacts are displayed?
    By mattdonders in forum General Phone Chat
    Replies: 3
    Last Post: 11-17-2008, 04:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •