Wednesday, October 6, 2010

Changing Android Project Package Name in Eclipse

Being a beginner Android developer, I made the silly mistake of naming my first application package android.something. The market will not let you upload a package that has the android. for the first keyword, which makes sense because that package name is reserved for android internal applications. I hope you haven't made the same mistake, but if you need to change the package name, turns out its not as trivial as it should be.

First off - What a pain in the ass. This has delayed the release of my application by at least two days, and taken probably about 3 or 4 hours in total. In the next post, I am going to publish the steps that I went through and hopefully save someone some valuable time.

No comments:

Post a Comment