Android.support.v4.animation missing in API 26

I ran into a problem: android.support.v4.animation.*missing, and I can not find any solution.

Update Android Plugin to version 3.0 require buildToolsVersionand compileSDKVersionto 26+, and this package is missing.

+6
source share
1 answer

You will not find android.support.v4.animation.*in 26+, apparently, because the min SDK version has been increased to 14 from 26.0.0 Alpha 1, as described here

. SDK 14. , API, API < 14 . API , API.

, , API- , O Preview, .

, 26+ com.android.support:appcompat-v7. diff ItemTouchHelper 26 26+. android.support.v4.animation.* android.animation:

enter image description here

+5

All Articles