AndroidStudio3.0 Error:Execution failed for task ':app:processDebugResources'.

升级了AndroidStudio3.0,项目Build报了下面的错误。

Error:Execution failed for task ':app:processDebugResources'.
> Failed to execute aapt
Error:(261) resource android:attr/foregroundInsidePadding is private.

解决办法
在gradle.properties修改

android.enableAapt2=false

你可能感兴趣的:(android)