- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
On Intel XDK 3522 and I tried to build a project that was working (build was OK about a month ago). But now, I get a build error when I tried to build the project the build now fails... Not sure what happened, but if anyone can decipher the build log that'd be much appreciated. Thanks in advance.
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the future, please attach build logs as files, pasting them into a post makes it extremely difficult to inspect and analyze.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The specific error of interest is this:
AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'
Which is answered by this SO post > http://stackoverflow.com/questions/32075498/error-retrieving-parent-for-item-no-resource-found-that-matches-the-given-name <
- What Target Android API level is your app set to? I recommend setting it to 21 and trying the build again.
- Which CLI version are you building with? If CLI 6.2.0, try using 5.4.1, or vice-versa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul,
I'll give that a try. Thanks! I was able to find this post yesterday: https://software.intel.com/en-us/forums/intel-xdk/topic/709382
I was able to build again by changing the Cordova Diagnostic Plugin from v3.2 to v3.1.1. Not sure if that's the best work around, but it works for now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That Cordova diagnostics plugin will make an explicit requirement for Android 6.0. There is a special version of it that works on lesser versions of Android, called cordova.plugins.diagnostic.api-22 (you can find it here > https://www.npmjs.com/package/cordova.plugins.diagnostic.api-22).

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page