首页 > 解决方案 > 错误 - 未找到属性“android:appComponentFactory”

问题描述

我有一个 ionic 1 项目,我使用此命令使用 Android Studio 3.1.3 构建 Android 平台“cordova 平台添加 Android@6.4.0”但是我有这个问题,我不知道如何解决它:

error: attribute 'android:appComponentFactory' not found.

Message{kind=ERROR, text=error: attribute
'android:appComponentFactory' not found.,
sources=[C:\Users\Animation\Desktop\ProjectsFile\Attendance
App\attendance\platforms\android\build\intermediates\manifests\full\debug\AndroidManifest.xml:41],
original message=, tool name=Optional.of(AAPT)}

所以我需要帮助才能完成这项工作。

标签: androidcordovaionic-framework

解决方案


我能够通过使用旧版本的 Android Studio 来解决这个问题

android-studio-ide-181.4705630-windows.zip


推荐阅读