Waiting for home ('android. process. acore') to be launched... The source code is here.

Source: Internet
Author: User

Src/development/tools/Eclipse/plugins/COM. Android. Ide. Eclipse. ADT/src/COM. Android/IDE/Eclipse/ADT/launch/androidlaunchcontroller. Java

There is such a piece of code:

Adtplugin. printtoconsole (launchinfo. getproject (),
String. Format ("waiting for home ('% 1 $ s') to be launched ...",
Adtplugin. getdefault (). getpreferencestore (). getstring (
Adtplugin. prefs_home_package )));

 

Next, follow the steps below:

In adtplugin. Java, there are:

 

// Get the eclipse store
Mstore = getpreferencestore ();

Public final static string prefs_home_package = plugin_id + ". homepackage"; // $ NON-NLS-1 $

 

Getpreferencestore should be obtained by reading a configuration file in eclipse.

 

Make sure that the "waiting for home ('android. process. acore') to be launched..." statement should not be in the android framework.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.