... // android { ... }
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:design:23.1.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
... // too long so i cant save edit!
compile 'org.twitter4j:twitter4j:4.0.4'
}
... //Kotlin and mavenCr..()
在bulid.gradle文件dosent中有任何問題。 但在Java(科特林)代碼..android庫依賴關係,但不存在
twitter4j.* // Unresolved Reference
錯誤是這樣的:Error:(23, 23) Unresolved reference: TwitterFactory
和另一個庫工作正常。只有twitter4j dosent工作。 我該如何解決這個問題?
你能告訴我們你的build.gradle文件路徑嗎?或更好的所有build.gradle文件的內容? –
我無法顯示更多,因爲過濾器拒絕了我的編輯。對不起.. – Basix