App isnt installed error

孤者浪人 提交于 2020-01-25 09:01:25

问题


I have been trying to run my app on my Nexus 4 for quite some time now. But everytime I try to launch it, it gives me an "App isnt installed" error. The app is working fine on the emulator. What could be the reason for this. Please help!


回答1:


After some research i have found that it is due to YActiivity.

when you have updated it to be YActiivity. This causes Android to think the app isn't installed, as it cannot find an XActiivity in your app marked as the MAIN Activity.

You can solve it by removing home screen icon and re establishing it back

Check here for a more detailed info



来源:https://stackoverflow.com/questions/25956967/app-isnt-installed-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!