I use Eclipse and Android SDK (with ADT plugin), I don’t know, some kind of configuration problem or problem with some code. Whenever I download an application that I made from scratch (this means that you are not using other existing code or one sample from the library) on my device or run it on an emulator, the whole application will load as “separate” applications, which are actions, For example, if the application is called "Hello world" and it has two actions: "MainActivity" and "SecondaryActivity", both of them will be displayed on the device with names in the form of application names and sharing the application icon in the menu. Now, if I go to the settings, "Hello World" will appear as an application, now it behaves the way it should.This does not affect the operation of the application, however, it is annoying to have more than one icon launching the same application. The problem is that when I first used eclipse, this did not happen.
Just in case, this helps, I already reinstalled the entire Android SDK and the ADT plugin, I also tried to use 3 different versions of Eclipse (classic, EE and Java developers), none of them seem to be named in any graphic layout for any activity The application is displayed in the panel with the application icon, but it works on the emulator or on a real device; instead, the name of the activity is displayed. I searched everywhere and I did not solve the problem. Thank!
source
share