0

Whenever I run an Android app from eclipse and downloaded into a phone,there will be a duplication of the application I downloaded. For instance my app is called "MyAndroidApp" and when I run it into my phone, there is two application of "MyAndroidApp". Does anyone know why?

ActiveUser
  • 39
  • 2
  • 5

1 Answers1

0

Look at your manifest, you must have two

<category android:name="android.intent.category.LAUNCHER" />

declared

Alqueraf
  • 1,148
  • 1
  • 11
  • 26