我为免费和高级应用程序使用哪些软件包?

What packages do I use for the Free and Premium apps?

我在 Google Play 中有一个高级(付费)应用程序。

我也想发布一个免费(带广告)版本,基于(几乎)相同的源代码。

当我将它上传到 Google Play 时,我收到以下消息:

You need to use a different package name because "com.brdgms.android" is already used by one of your other applications.

当我更改包名称时,出现以下问题:

The package definition in the manifest changed. Do you want to update your Launch Configuration(s)?

无论我回答是还是现在,我都会收到数百个 R 错误。

我使用 Eclipse。

我该怎么办?

我把以前的应用程序变成了一个库,并创建了一个使用这个库的新项目。

我花了几个小时研究为什么 android-support-v7-appcompat compatibility 被包含两次,然后将其排除在新项目的项目列表和 Java Build Path 项目之外。

它包含在库项目中。