Project with path ':client' could not be found.

q9nx 2020-9-30 515

1.2. 源码集成

  1. 下载android-chat项目
  2. Android Studio -> File -> New -> Import Module... 选择android-chat/uikit
  3. 修改cn.wildfire.chat.kit.Config.java完成配置
  4. 参考demo,demo相当于是把uikit集成到了chat,遇到注释,请仔细阅读

执行第二步的时候  显示 Project with path ':client' could not be found.   androidstuido 4.2

请问怎么搞

最新回复 (3)
  • q9nx 2020-9-30
    引用 2
    Project with path ':uikit' could not be found.
  • q9nx 2020-9-30
    引用 3
    百思不得其解  为啥会这样呢。 也执行了    ./gradlew compileDebugSource --stacktrace -info

    看不出原因啊
  • x86 2020-9-30
    引用 4
    :client 是表示相对路径,请看下你项目下是否有这个目录。
    Android studio Import Module的时候,正常会将这个目录从android-chat目录下拷贝到当前目录。
返回