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.
我正在尝试import将Linephone 项目转换为 eclipse,并且eclipse is showing multiple projects instead of just one project.
import
eclipse is showing multiple projects instead of just one project
我已经尝试创建一个新的工作集,但它并没有解决问题。
eclipse发布版本为Juno,ADT插件版本为20.0.3。
Juno
为什么要将项目拆分为不同的项目,我该怎么import the project into a single project办?
import the project into a single project
org.linphone.LinphoneLauncherActivity似乎是主要项目。其余的似乎是依赖项/测试。您必须导入所有项目,然后将依赖项添加到LinphoneLauncherActivity项目中,直到项目中没有显示依赖错误(红色警告标志)
org.linphone.LinphoneLauncherActivity
LinphoneLauncherActivity