Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
-
BUILD FAILED
Total time: 36.084 secs
- postBuild -
Remove working directories…
Build Error: Error: Sandbox Exec Error: [ 注意:一部の入力ファイルは非推奨のAPIを使用またはオーバーライドしています。
注意:詳細は、-Xlint:deprecationオプションを指定して再コンパイルしてください。
注意:一部の入力ファイルは非推奨のAPIを使用またはオーバーライドしています。
注意:詳細は、-Xlint:deprecationオプションを指定して再コンパイルしてください。
/private/tmp/monaca/5965073a8034510337f66b6d/project/platforms/android/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3 : AAPT: Error retrieving parent for item: No resource found that matches the given name ‘android:TextAppearance.Material.Widget.Button.Borderless.Colored’.
/private/tmp/monaca/5965073a8034510337f66b6d/project/platforms/android/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4 : AAPT: Error retrieving parent for item: No resource found that matches the given name ‘android:TextAppearance.Material.Widget.Button.Colored’.
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:processDebugResources’.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process ‘command ‘/data/android-sdk/build-tools/23.0.3/aapt’’ finished with non-zero exit value 1
- postBuild -
-
@jason_sbd
Hi, we have got many similar questions this week. This kind of build failure is mostly caused by the recent changes to Android Support Libraries which break some plugins that are using those libraries. Therefore, if you are using those plugins, your build will likely fail.Current available workaround is downgrading those plugins or add additional plugins to fix this issue. Those additional plugins are
Please read each plugin’s information carefully to understand when you should use those plugins to fix this issue.
-
That fixed it