Hi i made an app barcodescanner using ZXing project.actually i added some code in this BarCodeScanner project now its running fine on my wildfire s and on emulator.but when i installed zxing barcode scanner app from android market .and again try to install it then it is not installing on my phone.and same when i installed it on my phone then i am not able to install barcode scanner from android market.please suggest any way or any modification in manifest file so that i can install both of them at same time or is it not possible?
Hi i made an app barcodescanner using ZXing project.actually i added some code in
Share
Since you haven’t stated what the error message is when you try to install the second time, I am assuming there is a package name conflict.
Are you sure you have used your own package name in the code, including the manifest (and parts that may have the package name hardcoded)?
If not, you must make sure your code uses your own package name, and that the manifest file reflects that.
(Note that it’s probably unwise to tamper with the package name in the ZXing code)