score:1
i used to have this same problem, it was because i had running in the background an android emulator outside of eclipse, in my case was the bluestacks emulator, when i stopped it my logcat stopped printing that loop message.
you should use this command in the adb command line, to use the adb command line, go to this path in your console; this is in windows.
c:\users\youruser\appdata\local\android\sdk\platform-tools
and when you are in that folder use this command adb devices
this command should print the devices you have.
after this use this command with the port number of the emulator you want to stop adb -s emulator-5554 emu kill
in my case was the 5554.
in my case in case you also have bluestacks, to stopped the bluestack emulator in windows from staring automatically i followed this steps.
go to msconfig, in msconfig go to the services tab, uncheck the bluestacks android service and bluestacks log rotator service, then go to the startup tab and uncheck bluestacks from starting automatically, then restart your computer.
this link worth a reading about how to stop emulators: https://devmaze.wordpress.com/2011/12/12/starting-and-stopping-android-emulators/
and this link about how to stop bluestack emulator more detail it: http://www.oaultimate.com/computers/computer-slow-boot-and-disable-bluestacks-startup.html
Source: stackoverflow.com
Related Query
- Android on Eclipse LogCat tag ServiceManager with text Waiting for service SurfaceFlinger keep looping
- Android with Eclipse - Waiting for HOME ('android.process.acore') to be launched?
- Debugging hangs with "Application is waiting for debugger to attach" on Android with Eclipse
- Eclipse with Worklight studio and Android hangs with "The User operation is waiting for 'Startup preview server listener' to complete"
- Problem with executor service in Eclipse for android app
- Eclipse - Empty Logcat with Android 7
- Javadoc for Android project in Eclipse fails with NullPointerException
- What version of Eclipse is included with the SDK ADT bundle for Android Dev?
- How to use Linked Files in Eclipse for PhoneGap project with Android
- Eclipse IDE with Android - exceptions while opening XML files for the first time
- android eclipse using string resource for text size in layouts
- Problem with Eclipse while programming for android - "Refreshing external folders"
- "Failed to export application" in Eclipse 4.4.1 for Android with ADT 23.0.4
- Android Eclipse Linear Layout with multiple text views not wrapping
- How to hide, remove, filter logs in the logcat in Eclipse for Android
- android eclipse launch intent for map with an address instead of latitude and longitude
- Custom text editor for Eclipse starting from a parser created with SableCC
- Best git structure for importing android dependent project with egit in eclipse
- Waiting for Crashlytics - in Android Eclipse
- LogCat like view in Eclipse for non Android development
- Bad perfomance with Android plugin for Eclipse
- How to configure build.gradle for testing in Android Studio with Eclipse folder structure?
- How to generate keystore for android application signing with 2048 bits keysize using Eclipse ADT wizard?
- Testing Android with Eclipse throws NoClassDefFoundError for MyActivity
- How to create GeoTagging image / location tagging application for android with google maps using eclipse with ADT
- Web Service with Eclipse for WebSphere 8.0
- Wrapping sencha touch with Phonegap in eclipse for android
- Unity3D integration with Eclipse for Android project
- Can't find Android SDK for Eclipse with ADT plugin
- Do i need separate eclipse projects to develop for Android with PC agent
More Query from same tag
- Eclipse Error with Java 7
- How to set counter as per status(Pass Fail)of the test case
- Could not initialize class sun.awt.X11.XToolkit
- Is there a way to refactor property file keys in whole project in eclipse?
- Setting up EJB build classpath in Eclipse
- Remove 'menu' on Android application
- Jenkins and Eclipse Plugin
- Control random numbers
- How to solve Unresolved inclusion: <iostream> in eclipse?
- How does the program-slicing plug-in Indus and kaveri work in eclipse?
- CSS is not refreshed after change
- Can't export deployable features in Luna
- Error 404 in Eclipse while running Servlets on Tomcat
- Save SWT widget properties to workspace
- Can Eclipse launcher ini -configuration variable take a relative path?
- Convenient way to run eclipse plugin
- Disable scroll in console in eclipse when I'm not at the bottom
- Eclipse CDT: fatal error: NewLib/MathFuncsLib.h: No such file or directory
- Eclipse: Could not instrument class exception after upgrading to Spring Boot 2.0.1
- How to disable "Row Selection" for only selected number of rows of viewport layer in a NatTable?
- Tomcat unable to start even after changing the port number
- Could not check annotations in eclipse rcp class loader
- name filter in popup menu in eclipse
- How to setup development mode for Eclipse GWT-Maven project?
- Problems in Installation of Blackberry JDE Plugin for Eclipse
- Problems with installation of Vaadin8 in Eclipse
- Why Eclipse returns an error when trying to convert an applet, while NetBeans not?
- J2ME in Eclipse with LWUIT - got an Exception
- Debugging OpenJDK source-code with eclipse
- New Relic unable to load properly (Android) using eclipse