I have developed an application and installed it on my mobile. but i am seeing two icons with the same application name where one is stopping unexpectedly and another is working fine. Is it a serious issue? IF yes , what is the fix for it.The application changes the focus on set of buttons periodically,and using a select button the text of the button currently having focus is selected. Now i need to add audio interface so that when the focus is on a particular button it need to be spoken to the user. Please tell me the ways to accomplish it. Any sample source codes/ links are appreciated..
Share
There can be two kind of issue (as I can guess).
android.intent.category.LAUNCHER) in yourAndroidManifest.xml. One of them is buggy and crashes as you described. For this situation you need to remove some “unnecessary” launchers from your manifest.Please provide more information, otherwise I’ve already done my best…