扩展现有项目并在 Android 手机上同时安装它们

发布于 2024-12-06 13:12:17 字数 226 浏览 0 评论 0原文

您好,我使用 ZXing 项目制作了一个应用程序条形码扫描仪。实际上,我在这个 BarCodeScanner 项目中添加了一些代码,现在它在我的野火和模拟器上运行良好。但是当我从 Android 市场安装 zxing 条形码扫描仪应用程序时。然后再次尝试安装它它没有安装在我的手机上。当我将它安装在手机上时,我无法从 Android 市场安装条形码扫描仪。请建议任何方式或对清单文件进行任何修改,以便我可以同时安装它们时间或难道不可能吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

打小就很酷 2024-12-13 13:12:17

由于您没有说明第二次安装时的错误消息是什么,我假设存在包名称冲突。

您确定在代码中使用了您自己的包名称,包括清单(以及可能对包名称进行硬编码的部分)?

如果没有,您必须确保您的代码使用您自己的包名称,并且清单文件反映了这一点。

(请注意,篡改 ZXing 代码中的包名称可能是不明智的)

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)

卷耳 2024-12-13 13:12:17

您收到此错误的原因是您从 http://code.google.com 大量复制并粘贴了我们的代码/p/zxing 你没有费心去改变包名。我们认为这是不道德的。我请求您不要发布我们作品的简单复制粘贴版本。编写您自己的应用程序。如果需要,可以使用我们的作品来获取灵感。

You are getting this error because you have so extensively copied and pasted our code from http://code.google.com/p/zxing that you didn't bother to change the package name. We find this unethical. I would request that you not publish a simple copy-and-paste version of our work. Write your own app. Use pieces of ours for inspiration if you need to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文