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.
我正在基于数据库生成 Android 项目,其中包含创建新项目所需的所有数据。我的 Android 项目生成成功,但是当我将此项目文件夹导入到我的 eclipse 以生成“签名的 APK”文件时,eclipse 将所有项目命名为相同的名称(与启动器活动相同的名称)。有什么方法可以强制 eclipse 为每个项目命名与其他项目不同的项目名称?
Eclipse 将每个导入的项目命名为启动器活动的名称。但是你可以在 Eclipse 中手动重命名你的项目,使用 context_menu->Refactor->Rename。