-
-
Notifications
You must be signed in to change notification settings - Fork 133
AndroidX issue #14
Comments
Unfortunately changes regarding
|
No, I mean I don't want AndroidX support, but after I import your package,
it cause the project crashed.
…On Wed, Mar 13, 2019 at 4:26 PM Taner Sener ***@***.***> wrote:
Unfortunately changes regarding AndroidX support are not released yet.
Can you try with the following dependency?
flutter_ffmpeg:
git:
url: git://github.com/tanersener/flutter-ffmpeg.git
ref: development
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATQs9fxZ6ZUnpc_ob-PxXxYzGcJnpXIGks5vWV7sgaJpZM4bvfh8>
.
|
Which version of |
I do it like this
flutter_ffmpeg:
git:
url: git://github.com/tanersener/flutter-ffmpeg.git
ref: v0.1.1
path: packages/flutter_ffmpeg_https
…On Thu, Mar 14, 2019 at 10:36 AM Taner Sener ***@***.***> wrote:
Which version of flutter_ffmpeg do you use?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATQs9RTBBLNTEgPWmCR2wArZ6aWEXa2oks5vWl6EgaJpZM4bvfh8>
.
|
Can you build your application when
|
oh, Sorry, as my project has no time for me. I gave up this plugin right
now, will try when I have chance. thanks for your help
…On Sat, Mar 16, 2019 at 1:52 PM Taner Sener ***@***.***> wrote:
v0.1.1 does not support AndroidX and is tested with old Android support
libraries. But logs posted in your first post are printed only when
AndroidX is enabled. Since flutter_ffmpeg v0.1.1 does not enable
AndroidX, there must be another plugin or setting which enables AndroidX.
Can you build your application when flutter_ffmpeg dependency is removed?
Additionally what happens when you use the following flutter_ffmpeg
dependency?
flutter_ffmpeg:
git:
url: git://github.com/tanersener/flutter-ffmpeg.git
ref: development
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATQs9SwKyqPOMQ9W6N2C4Lh1kSQ8_p0eks5vXS9ZgaJpZM4bvfh8>
.
|
flutter_ffmpeg: Built release apk failed using above settings in pubspec(Error: AndroidX related), but built succeeded using below settings. flutter_ffmpeg: I use flutter_ffmpeg_https-gpl instead of https since I need to use the libx264 coding. Correct me if I'm wrong, if I want to deploy the apk in Android sdk version 21+, I need to change flutter_ffmpeg_https-gpl to flutter_ffmpeg_https-gpl_lts, otherwise the release apk can only be installed in Android phones with sdk version 24+. |
You're right, you need to use Btw, thanks for testing development branch. It is planned to be released next week. |
Fixed in |
Hi, there:
when I try to import it into my project, it always has this error:
/Users/xxx/Desktop/work/xxx/build/app/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml:11: AAPT: error: resource android:attr/dialogCornerRadius not found.
/Users/xxx/.gradle/caches/transforms-1/files-1.1/design-26.1.0.aar/9482e8475c07035520c8d8edf16e5ac6/res/values/values.xml:159:5-202: AAPT: error: resource android:attr/fontVariationSettings not found.
/Users/xxx/.gradle/caches/transforms-1/files-1.1/design-26.1.0.aar/9482e8475c07035520c8d8edf16e5ac6/res/values/values.xml:159:5-202: AAPT: error: resource android:attr/ttcIndex not found.
error: failed linking references.
The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app.
See https://goo.gl/CP92wY for more information on the problem and how to fix it.
that says I have to upgrade my whole flutter project to AndroidX, but right now, I can't , any suggestion.
Thanks
The text was updated successfully, but these errors were encountered: