简体   繁体   中英

Two app installed in my device while running android application

I have developed an android application using Eclipse.While running the application, there will be two application installed in my device.I really have no idea why this is happened.Please do anyone have idea about this issue? Thank you in advance.

There can be multiple causes for this issue.

This issue can happen if you have declared multiple intent-filters for making the Activity as launcher in your manifest file.

OR

There can be 2 applications with different packagenames but same application name in your device.

More information can be given after checking your manifest file.

Hope this helps.

Check if you have one more manifest file somewhere (may be in a library) having an LAUNCHER intent filter for an activity. Removing the intent filter should solve this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM