错误:android apt编译器:[pagerTab]错误:未知选项'--输出文本符号';

错误:android apt编译器:[pagerTab]错误:未知选项'--输出文本符号';,android,intellij-idea,android-support-library,Android,Intellij Idea,Android Support Library,我导入一个外部模块到我的项目中,它需要添加支持v4库!当我将v4添加到其依赖项时,当我尝试运行我的应用程序时,出现以下错误: Error:android-apt-compiler: [pagerTab] ERROR: Unknown option '--output-text-symbols' Error:android-apt-compiler: [pagerTab] Android Asset Packaging Tool Error:android-apt-compiler: [pag

我导入一个外部模块到我的项目中,它需要添加支持v4库!当我将v4添加到其依赖项时,当我尝试运行我的应用程序时,出现以下错误:

  Error:android-apt-compiler: [pagerTab] ERROR: Unknown option '--output-text-symbols'
Error:android-apt-compiler: [pagerTab] Android Asset Packaging Tool
Error:android-apt-compiler: [pagerTab] Usage:
Error:android-apt-compiler: [pagerTab]  aapt l[ist] [-v] [-a] file.{zip,jar,apk}
Error:android-apt-compiler: [pagerTab]    List contents of Zip-compatible archive.
Error:android-apt-compiler: [pagerTab]  aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
Error:android-apt-compiler: [pagerTab]    badging          Print the label and icon for the app declared in APK.
Error:android-apt-compiler: [pagerTab]    permissions      Print the permissions from the APK.
Error:android-apt-compiler: [pagerTab]    resources        Print the resource table from the APK.
    Error:android-apt-compiler: [pagerTab]    permissions      Print the permissions from the APK.
    Error:android-apt-compiler: [pagerTab]  aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
    Error:android-apt-compiler: [pagerTab]    badging          Print the label and icon for the app declared in APK.
    Error:android-apt-compiler: [pagerTab] Usage:
    Error:android-apt-compiler: [pagerTab]    List contents of Zip-compatible archive.
    Error:android-apt-compiler: [pagerTab]         [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
    Error:android-apt-compiler: [pagerTab]    xmltree          Print the compiled xmls in the given assets.
    Error:android-apt-compiler: [pagerTab] Android Asset Packaging Tool
    Error:android-apt-compiler: [pagerTab] ERROR: Unknown option '--output-text-symbols'
    Error:android-apt-compiler: [pagerTab]    resources        Print the resource table from the APK.
    Error:android-apt-compiler: [pagerTab]  aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
    Error:android-apt-compiler: [pagerTab]  aapt l[ist] [-v] [-a] file.{zip,jar,apk}
    Error:android-apt-compiler: [pagerTab]    configurations   Print the configurations in the APK.
    Error:android-apt-compiler: [pagerTab]    xmlstrings       Print the strings of the given compiled xml assets.
    Error:android-apt-compiler: [pagerTab]         [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
    Error:android-apt-compiler: [pagerTab]         [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
    Error:android-apt-compiler: [pagerTab]         [--rename-manifest-package PACKAGE] \
    Error:android-apt-compiler: [pagerTab]         [--rename-instrumentation-target-package PACKAGE] \
    Error:android-apt-compiler: [pagerTab]         [--utf16] [--auto-add-overlay] \ 
我不知道怎么解决它


如果需要添加更多信息,我会使用Intelij idea

让我知道:)