• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Creating 2 Android radio straming Apps but can install only 1 as the 2nd is seen as an Update

Fabiotek

Lurker
Hello Android Forums Community,

Season Greetings!

I am working on a simple android App that is merely streaming one shoutcast radio station. It works fine.

The big issues started in the moment I wanted to create the second Radio App to play a second different radio station. The second App is somehow identical to the first, with only change being that it points to a different shoutcast http link...and it has also some different icons/logo.

In my understanding I changed the name of the App to; but as said I am a novice and perhaps I missed out something.

At the beginning I was not understanding also how to duplicate the Radio App and be allowed to save it. Perhaps issues starter there? Anyway I made copy and paste of the job and started changing stream link, radio station name, logo, etc.

== The issue===

After having completed the Second "Radio App" with its own info, my Sony smartphone asks me if I want to Update the First Radio App instead of letting me install the second.

So, obviously even if I changed the name of the App in many lines, there must be something that makes my phone see the second App as a duplicate and a potential update to the first radio app.

What am I doing wrong?

I was reading that the issue can be originate by the manifest that hasn't been edited properly and other stuff, but honestly I am unable to proceed correctly... when I tried to change the "package" name in the AndroidManifest.xml lot of lines lost the link paths. Disaster...

I hope I was somehow able to explain the issue I am facing, and hope even more to get some precious help!

Thank you very much for helping me out!

Regards,

Fabio
 
Hello,

Thank you for helping me out with your suggestion, steiny180.

However, I finally found the solution by myself.

In Eclipse (latest current version), right click on the project from "Package Explorer" (left side of the panel), from the opening menu' select "Android Tools" and select "Rename Application Package". You will be asked for the new package name. You can't change the "structure" of it.

Eclipse will warn/inform you about the change that is going to apply.

Eclipse will change the name of the package everywhere is needed, accordingly. Doing the same manually, most likely you will face ugly results and spend more time.

I hope this will be useful.

Regards,

Fabio
 
Back
Top Bottom