添加滑动菜单错误:配置名称'默认'未找到

时间:2015-10-25 19:49:14

标签: android


我想在我的应用程序中添加一个幻灯片菜单,我在github&我只是去了这一个this
我将库重命名为SlidingMenu,因为它是主库 我已将此添加到我的项目settings.gradle >> include ':app', ':SlidingMenu'中 我在应用build.gradle依赖项>> compile project(':SlidingMenu')中添加了此内容但是我仍然收到此错误

Gradle 'project_name' project refresh failed
Error:Configuration with name 'default' not found.

更新
https://github.com/jfeinstein10/SlidingMenu

1 个答案:

答案 0 :(得分:0)

在android studio项目中导入模块的简单步骤。

第1步:转到文件>新建>导入模块

enter image description here

第2步:选择源目录 enter image description here enter image description here

步骤3:如果需要,重命名模块名称,

enter image description here

步骤4:在build.gradle文件中添加模块。

enter image description here