I have developed two apps for Android. I copy them to memory card of my LG P500 via USB. I use AppsInstaller for that. First app installation is okay. I see it's icon and can run it.
Installation of the second app replaces the first. I don't see the icon of my second app in Android. I only see the icon of the first app. But touching it runs the second app.
First app has icons in appropriate project folder as
res/drawable-hdpi/icon.png res/drawable-ldpi/icon.png res/drawable-mdpi/icon.png I use myApp2.png for icons in second project folder.
Nevertheless 2-nd replaces the 1-st app. What's wrong in my project?
Thanks.