Import project, compile error as follows:
error: style attribute '@android:attr/windowEnterAnimation' not found.
Message{kind=ERROR, text=error: style attribute '@android:attr/windowEnterAnimation' not found., sources=[/Users/***/projects/AndroidStudioProjects/treader-master/app/src/main/res/values/styles.xml:26:5-29:13], original message=, tool name=Optional.of(AAPT)}
Solution:
– in Project/ gradle.properties Add
to code> android.enableAapt2=false code>
- search the reference location of the string windowenteranimation code> and remove the
@ code> in
item code>, as follows
& lt; item name=“ android:windowEnterAnimation " >@anim/bottom</item >
Read More:
- Android studio AAPT: error: attribute android:requestLegacyExternalStorage not found.
- [error record] as compilation error (Android support plugin version is too high | upgrade Android studio to the latest version)
- AAPT: error: resource android:attr/dialogCornerRadius not found.
- AAPT: error: resource android:attr/colorError not found.
- Android Error:AAPT: error: resource android:attr/colorError not found
- Android Studio | Failed to find target with hash string ‘android-26’ in: D:\Android\sdk
- [problem record] installed build tools revision 31.0.0 is broken during Android studio compilation
- Android Studio Series: after Android studio is opened, the project window will not be displayed.
- How to use Android android:supportsRtl attribute
- Solve the problem of available for offline mode in Android studio compilation
- Android Studio sync build.gradle appears: Failed to resolve: com.android.support:appcompat problem
- Error in Cordova project execution command after Android studio upgrade: could not find gradle wrapper within Android SDK
- Android Studio Error: Invoke-customs are only supported starting with Android O (–min-api 26)
- Android Studio – add configuration for Android studio
- Android Studio error “Manifest merger failed with multiple errors, see logs” solution
- When Android Studio runs the app, it prompts Error: Please select Android SDK
- Android compilation error unresolved reference: kotlinx solution
- Solution to the expiration and unavailability of Android studio plug-in plugin
- [error record] kotlin code compilation error when Android studio compiles (process @ nonnull parameter when upgrading support library)
- android studio:Error inflating class android.support.v4.widget.SwipeRefreshLayout