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?
Asked
Active
Viewed 43 times
1 Answers
0
Look at your manifest, you must have two
<category android:name="android.intent.category.LAUNCHER" />
declared

Alqueraf
- 1,148
- 1
- 11
- 26