bostrot / flutter_android_pip

Simple Flutter plugin for Android picture in picture mode.
MIT License
14 stars 14 forks source link

AndroidX incompatibilities in a plugin #4

Open EDnny12 opened 4 years ago

EDnny12 commented 4 years ago

Execution failed for task ':flutter_android_pip:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed C:\Users\52963.gradle\caches\transforms-2\files-2.1\9be693d6de0134bc43131385f62648d4\core-1.0.0\res\values\values.xml:57:5-88:25: AAPT: error: resource android:attr/fontVariationSettings not found.

 C:\Users\52963\.gradle\caches\transforms-2\files-2.1\9be693d6de0134bc43131385f62648d4\core-1.0.0\res\values\values.xml:57:5-88:25: AAPT: error: resource android:attr/ttcIndex not found.

can you solve this?

deependra227 commented 4 years ago

Go to flutter\ .pub-cache\hosted\pub.dartlang.org\flutter_android_pip-0.0.2\android\build.gradle and update the compileSdkVersion from 27 to 28.