且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Android Studio中的错误添加LinkedIn SDK:"名为'默认'的配置未发现"

更新时间:2022-05-12 08:50:58

很多搜索在互联网上之后,我终于成功地导入LinkedIn SDK。

After many searching over the Internet, I finally managed to import linkedin SDK.

在我的应用程序的依赖关系,而不是设置

In my app dependencies, instead of setting

compile project(':libs:linkedin-sdk')

我把

compile fileTree(dir: 'libs', include: ['linkedin-sdk'])

和神奇的Andr​​oid工作室没有问题导入库。

And magically Android Studio imported without problems the library.

希望这有助于