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 enter image description here

try add @ "repositories" on buildscript.

repositories { mavencentral() } 

Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

android - Linear layout children not scrolling -

StringGrid issue in Delphi XE8 firemonkey mobile app -