4
我將Android Studio更新至1.3版後,無法正確構建項目。我的gradle項目文件中的錯誤發現線Android Studio 1.3在gradle中的multidex錯誤
compile 'com.android.support:multidex:1.0.1'
和它說
This support library should not use a lower version (1) than the targetSdkVersion (22)
但在我的SDK文件夾我不能找到更高版本multidex的。
有什麼方法可以解決它嗎?
是的,這就是我最終做的。謝謝。 – rwojcik