我想將Multidex庫添加到我的項目中。我添加以下內容作爲依賴於我的「應用程序/的build.gradle」 -Android支持multidex庫的Gradle項目同步失敗
complie 'com.android.support:multidex:1.0.1'
當我嘗試同步我可以看到下面的錯誤
Error:Could not find method complie() for arguments [com.android.support:multidex:1.0.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Please install the Android Support Repository from the Android SDK Manager.
我已經安裝了Android的支持庫。
有人能幫助我嗎?提前致謝。
我試圖創建新的項目,它沒有'multiDexEnabled = true'正常工作。或其他建議。但感謝您的回覆@Raju,它鼓勵我嘗試新版本。 –