I recently upgraded to the gradle-3.0.0-alpha8 after which some styles are not resolved at compile time.
Develop envirment:
- IDE: Android studio 3.0 Bate3
- Gradle build tools : 'com.android.tools.build:gradle:3.0.0-beta3'
- Gradle :gradle-4.1-all.zip
Error info:
Error:(94, 5) style attribute '@android:attr/windowExitAnimation' not found Error:(94, 5) style attribute '@android:attr/windowEnterAnimation' not found
Setting android.enableAapt2=false in gradle.properties file can solve this isuue.
But, Instant App need android.enableAapt2=true. What would i do?