


You should replace this apply plugin: ''Īlso, to be able to use the android plugin, you must tell gradle where to find it. Convert an app module to a library module Open the module-level adle file. I still have no idea what the problem was, and I know uninstalling and reinstalling is a cop-out solution, but at least now it works fine.

Then I reinstalled it and followed the instructions word for word on. ProguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'Ĭompile ':cardview-v7:+'Ĭompile ':recyclerview-v7:+'Ĭompile ':palette-v7:+'ĮDIT: FIXED - So I backed up my source code into a notepad file, uninstalled Android Studio, uninstalled the JDK, and deleted all traces of Android Studio from my computer (including the Android Studio workspace and sdk). Here is my adle file: apply plugin: ''ĪpplicationId '' Basic functionality will not work properly." This is a common solution to solving the problem, however it is recommended you read the Android. It also says: "Gradle project sync failed. One common solution is to enable multidex support for Android. Error:(1, 0) Plugin with id '' not found.
