图书馆已破坏课程路径

时间:2017-06-19 23:33:56

标签: android android-studio intellij-idea

我正在尝试将Android项目导入Intellij Idea(使用Android Studio插件)。从git克隆项目并在Intellij Idea中打开它后,我做了以下事情:

1)

git clone https://github.com/mobapptuts/android_camera2_api_video_app.git
cd /Applications/android-sdk-macosx/tools
./android

2)

然后我安装了SDK Platform 24和Android SDK Build-tools 24.0.3,因为这是项目所使用的。

3)

然后在Intellij Idea,File>项目结构,项目设置>项目> Project SDK,我选择1.8(java版“1.8.0_05”)

4)

然后在模块下,已经存在一个名为“app”的模块。我选择它。并将Module SDK设置为“Android API 24 Platform”。

5)

在平台设置下> SDK,我选择Android API 24平台。

6)

然后在Run>下编辑配置,我按+添加Android应用程序。我将模块设置为“app”。然后选择确定。

7)

然后我重新启动计算机并启动Intellij Idea并注意它是否进行了gradle初始化。但是在项目结构下>问题,我注意到以下几点:Library .... has broken classes paths。这是一个截图:

enter image description here

我在这里缺少什么?

0 个答案:

没有答案