Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我加载了一个在 Eclipse Android Java bin 中创建的 apk,它工作正常。但是,我想稍作改动,并将生成的 apk 与原始版本一起加载到同一台机器上。我必须更改什么才能让 Android 平板电脑看到两个不同的 apk?
更改第二个应用程序的包名称。您不能同时安装具有相同软件包名称的两个应用程序。
从技术上讲,您只需要更改清单中的包名称,但我建议您也更改应用名称,以便您识别哪个是什么。