• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Configure Eclipse to work with Android

 
Ranch Hand
Posts: 486
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a beginner in Android trying to configure emulator to work with Eclipse. Eclipse console windows says

[2014-11-05 13:41:48 - ch01_TipCalculator] Android Launch!
[2014-11-05 13:41:48 - ch01_TipCalculator] adb is running normally.
[2014-11-05 13:41:48 - ch01_TipCalculator] Performing com.murach.tipcalculator.TipCalculatorActivity activity launch
[2014-11-05 13:42:14 - ch01_TipCalculator] Launching a new emulator with Virtual Device 'Android_4.2_Phone'
[2014-11-05 13:42:15 - ch01_TipCalculator] New emulator found: emulator-5554
[2014-11-05 13:42:15 - ch01_TipCalculator] Waiting for HOME ('android.process.acore') to be launched...
[2014-11-05 13:42:37 - ch01_TipCalculator] HOME is up on device 'emulator-5554'
[2014-11-05 13:42:37 - ch01_TipCalculator] Uploading ch01_TipCalculator.apk onto device 'emulator-5554'
[2014-11-05 13:42:37 - ch01_TipCalculator] Installing ch01_TipCalculator.apk...
[2014-11-05 13:42:59 - ch01_TipCalculator] Success!
[2014-11-05 13:42:59 - ch01_TipCalculator] Starting activity com.murach.tipcalculator.TipCalculatorActivity on device emulator-5554
[2014-11-05 13:43:02 - ch01_TipCalculator] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.murach.tipcalculator/.TipCalculatorActivity }

But I am not seeing any result of this app in emulator. I have attached a screenshot of emulator. Please help
Capture.PNG
[Thumbnail for Capture.PNG]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you see once you unlock the emulator? Or is the app designed to display something on the lock screen?
 
Shiva Mohan
Ranch Hand
Posts: 486
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply. Once I unlock it everything works.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic