最佳答案
我想将外部库 https://github.com/foursquare/foursquare-android-oauth添加到我的 Android 应用程序中(我使用 Android Studio,lib author 为 Eclipse 提供的说明不适用于 Android Studio)。
我曾经尝试用 maven 做过,所以在文件-> 项目结构-> 依赖项中我添加了 com.foursquare:foursquare-android-nativeoauth-lib:1.0.0
,但是分级同步失败了:
Error:Failed to find: com.foursquare:foursquare-android-nativeoauth-lib:1.0.0
当我尝试构建我的应用程序(没有修复上述错误,因为我不知道如何) ,我得到:
Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not resolve com.foursquare:foursquare-android-nativeoauth-lib:1.0.0.
Required by:
ForSquaresOnly:app:unspecified
> Could not parse POM http://jcenter.bintray.com/com/foursquare/foursquare-android-nativeoauth-lib/1.0.0/foursquare-android-nativeoauth-lib-1.0.0.pom
> Could not find any version that matches com.foursquare:parent:1.0.0.
还有其他方法导入这个库吗?我可以简单地将源代码复制粘贴到我的源代码中,或者从中创建 JAR?
顺便说一下: 如果你遇到问题,看看这个问题(我有这个问题后导入) : 明示合并失败: use-sdk: minSdkVersion 14