-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
Description
I included the library in my build.gradle file and my project has since stopped syncing. This is the error I get
Error:/xxx/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:473 resource android:attr/foregroundInsidePadding is private
Error:java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.AaptException: AAPT2 link failed:
Error:com.android.builder.internal.aapt.AaptException: AAPT2 link failed:
Error:Execution failed for task ':app:processDebugResources'.
> Failed to execute aapt
When I remove the compile line, my project syncs up fine again.
This is how my build looks like:
compileSdkVersion 25
buildToolsVersion "25.0.2"
minSdkVersion 21
targetSdkVersion 25
Reactions are currently unavailable