解决Could not find method android() for arguments问题


 解决Could not find method android() for arguments问题

删除或注释掉下面后重新编译通过。

android {
    compileSdkVersion 23
    buildToolsVersion '23.0.3'
}

你可能感兴趣的:(android开发)