我无法将JSON库导入Android Studio

时间:2015-04-27 15:36:18

标签: android json jsonobject

我正在这个网页上看到同样的错误:Link,我已经同步了我的项目,现在我正在寻找更多信息,但我什么也得不到。

dependencies {
   compile fileTree(dir: 'libs', include: ['*.jar'])
   compile 'com.android.support:appcompat-v7:22.0.0'
   compile 'com.facebook.android:facebook-android-sdk:4.0.0'
   compile 'org.json:json:20141113'
}

Android Studio自动填充我的导入但不起作用。我认为这是最后一个存储库http://mvnrepository.com/artifact/org.json/json

Example

拜托,任何帮助都将不胜感激。

0 个答案:

没有答案