MasayukiSuda / EasingInterpolator

Thirty-one different easing animation interpolators for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Androidmanifest.xml

kjsolo opened this issue · comments

Error:.../src/main/AndroidManifest.xml:30:9-36 Error:
Attribute application@allowBackup value=(false) from AndroidManifest.xml:30:9-36
is also present at [com.daasuu:EasingInterpolator:1.0.0] AndroidManifest.xml:12:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:28:5-276:19 to override.
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':presentation:processDebugManifest'.

    Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:30:9-36
    is also present at [com.daasuu:EasingInterpolator:1.0.0] AndroidManifest.xml:12:9-35 value=(true).
    Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:28:5-276:19 to override.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

Please write your AndroidManifest
[ tools:replace="android:allowBackup" ]
see details