无法建立APK,firebase_admob产生错误 [英] Unable to build apk, firebase_admob making Error

查看:54
本文介绍了无法建立APK,firebase_admob产生错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试构建apk,但是firebase admob出现了问题,如果我在没有 firebase_admob 的情况下运行,那么apk可以完美地构建并且没有任何错误如何解决该问题?

I am trying to build apk but firebase admob is making problem, if I run without firebase_admob then apk works perfectly and built without any error how to resolve that issue?

我遇到此错误:


任务':firebase_admob的执行失败:verifyReleaseResources'。

Execution failed for task ':firebase_admob:verifyReleaseResources' in this case.

我正在使用 firebase_admob:^ 0.5.2 这个版本的I甚至尝试使用一些最新版本,但问题仍然存在。

I am using firebase_admob: ^0.5.2 this version of it I even try some latest versions but the problem is still there.

C:\Users\Waqas\AndroidStudioProjects\gtvsports1>flutter build apk
You are building a fat APK that includes binaries for android-arm, android-arm64.
If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APK to reduce the APK size.
    To generate an app bundle, run:
        flutter build appbundle --target-platform android-arm,android-arm64
        Learn more on: https://developer.android.com/guide/app-bundle
    To split the APKs per ABI, run:
        flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
        Learn more on:  https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split
Initializing gradle...                                              1.3s
Resolving dependencies...                                           4.7s
Running Gradle task 'assembleRelease'...


FAILURE: Build failed with an exception.



* What went wrong:

Execution failed for task ':firebase_admob:verifyReleaseResources'.

> java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed

  C:\Users\Waqas\AndroidStudioProjects\gtvsports1\build\firebase_admob\intermediates\res\merged\release\values\values.xml:304: error: resource android:attr/fontVariationSettings not foun
d.

  C:\Users\Waqas\AndroidStudioProjects\gtvsports1\build\firebase_admob\intermediates\res\merged\release\values\values.xml:305: error: resource android:attr/ttcIndex not found.

  error: failed linking references.





* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.



* Get more help at https://help.gradle.org



BUILD FAILED in 3m 10s
Running Gradle task 'assembleRelease'...                          190.9s (!)
Gradle task assembleRelease failed with exit code 1


推荐答案

我遇到了类似的错误。但我建议您制作Appbundle,这是上载应用程序的最佳选择。运行 flutter build appbundle 用Google Play商店签名注册和上传对其进行签名。我用这个解决它。

I was facing similar error. but I would like to suggest you to make appbundle which is the best option to upload app. Run flutter build appbundle sign it with google play store signing enrollment and upload. I resolve it with this.

这篇关于无法建立APK,firebase_admob产生错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆