You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
Build Tools 22 removes attributes targeted to higher versions of Android from xml file, copying the original file to an appropriate bucket. On lower versions of Android (f.e. 9) NineOldAndroids can't access such attributes (as they are now in animator-vXX bucket) and crashes.
Problem: Build Tools 22 removes attributes targeted to higher
versions of Android from xml file, copying the original
file to an appropriate bucket. On lower versions of
Android (f.e. 9) NineOldAndroids can't access such
attributes (as they are now in animator-vXX bucket) and crashes.
Solution: let's use our own custom attributes instead of
Android attributes. All XMLs defining animators should be changed -
project namespace should be used instead of Android one.
FixesJakeWharton#80
Build Tools 22 removes attributes targeted to higher versions of Android from xml file, copying the original file to an appropriate bucket. On lower versions of Android (f.e. 9) NineOldAndroids can't access such attributes (as they are now in animator-vXX bucket) and crashes.
Build Tools commit which breaks NineOldAndroids: https://android.googlesource.com/platform/frameworks/base/+/28994d8d181c286b39811441ce78399576c2d315%5E%21/#F0
The text was updated successfully, but these errors were encountered: