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:
- Aapt2 error: check logs for details
- DB2 SQL error: sqlcode = – 433, sqlstate = 22001 solved
- After unity connects with androidstudio, unity packages APK with an error: commandinvocationfailure: failed to re package resources
- JQuery determines whether a property has hasattr
- Found item Attr/circleRadius more than one time
- AAPT: error: resource android:attr/colorError not found.
- How to Fix com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
- How to use Android android:supportsRtl attribute
- Error:Execution failed for task ‘: app:transformDexArchiveWithExternalLibsDexMergerForDebug The solution
- Android Studio error “Manifest merger failed with multiple errors, see logs” solution
- Failed to find Build Tools revision 27.0.3
- Error: package android.support.annotation Does not exist
- [Fixed] Error:(3) Error retrieving parent for item: No resource found that matches the given name ‘android’
- Android Error | Failed to find target with hash string ”android-23′ in…
- A the tag is grayed out and cannot be clicked
- On the intern () method of string class in Java
- The solution of Android package error
- Attempted import error: ‘injectglobal’ is not exported from ‘styled components’
- Problem solving module ‘ tensorflow.compat . V2 ‘has no attribute’ contrib ‘and importerror cannot import name’ auto ‘
- java.lang.IllegalStateException: ArrayAdapter requires the resource ID to be a TextView