我在我的gradle應用爲Facebook開發相關的以下變化:如何解決com.facebook.android *
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.facebook.android:facebook-android-sdk:4.14.0'
}
在我的片段的方法之一,我有這些聲明:
public static Facebook facebook = null;
public static AsyncFacebookRunner mAsyncRunner = null;
但也有因爲這些類是在 com.facebook.android.*
的進口mavenCentral指定在我的應用程序對於f編譯錯誤acebook不包括「android」中的 的路徑,即com.facebook.*
(其中*不包括「android」)。
從mavenCentral
進口不包括com.facebook.android.*
我怎樣才能得到com.facebook.android.*