I am using 'com.android.tools.build:gradle:2.2.0-alpha6'
and Android Studio 2.2 Preview 6. The build runs perfectly fine on Gradle 2.1.0, but to enable instant run it asks me to update Gradle plugin.
On updating Gradle plugin, the build shows "Error:Could not find property 'assembleDebug' on project ':app'"
. I already tried cleaning .gradle
and .idea
and reloading the project, but nothing works.
Please help.