java - Cannot resolve symbol in Android -
i working on integrating twitter android application, using twitter4j library this.
i have added twitter4j library files , put in folder libs , added compile dependency in build.gradle inside app folder
dependencies { compile filetree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.google.android.gms:play-services:6.5.+' compile 'org.twitter4j:twitter4j-core:4.0.2' } but still not able use library 
try add @ "repositories" on buildscript.
repositories { mavencentral() }
Comments
Post a Comment