HyphenateInc / Hyphenate-Demo-Android

7 stars 13 forks source link

Configuration with name 'default' not found #17

Closed jam0cam closed 7 years ago

jam0cam commented 7 years ago

I cloned the project, imported into Android Studio 2.2, and got this error.

image

jam0cam commented 7 years ago

Turns out you have to also clone this project, and put it on the same directory level as the demo project.

https://github.com/HyphenateInc/Hyphenate-EaseUI-Android

jerrywu12 commented 7 years ago

@jam0cam So that simple project might be out of date, since the latest project is using the SDK 3.1.5, but if you replace the simple demo project folder with the latest project (demo-android) you were working earlier, then it should compiles fine. The 'default' thing is looking for EaseUI library. However, let me check with the engineering team, to see if we can make it simpler in the future.