Distriqt Dialog ANE - aapt失败(找错资源)

时间:2015-11-19 15:41:26

标签: android dialog air-native-extension distriqt

我刚尝试在Android上使用distriqt对话框ANE(带有Android 6.0的Nexus 5设备) 我像往常一样添加了ane,并将其包含在application.xml中 当我尝试编译时,我得到以下内容:

aapt tool failed:C:\Users\SeanJD\AppData\Local\Temp\bbea1b25-409e-40dd-84bb-a8411a70231c\distriqt-extension-dialog-res\values-v21\distriqt_dialog_themebase.xml:16: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material'.
C:\Users\SeanJD\AppData\Local\Temp\bbea1b25-409e-40dd-84bb-a8411a70231c\distriqt-extension-dialog-res\values-v21\distriqt_dialog_themebase.xml:20: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light.Dialog.Alert'.
C:\Users\SeanJD\AppData\Local\Temp\bbea1b25-409e-40dd-84bb-a8411a70231c\distriqt-extension-dialog-res\values-v21\distriqt_dialog_themebase.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material.Dialog.Alert'.
C:\Users\SeanJD\AppData\Local\Temp\bbea1b25-409e-40dd-84bb-a8411a70231c\distriqt-extension-dialog-res\values-v21\distriqt_dialog_themebase.xml:7: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
C:\Users\SeanJD\AppData\Local\Temp\bbea1b25-409e-40dd-84bb-a8411a70231c\distriqt-extension-dialog-res\values-v21\distriqt_dialog_themebase.xml:5: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
C:\Users\SeanJD\AppData\Local\Temp\bbea1b25-409e-40dd-84bb-a8411a70231c\distriqt-extension-dialog-res\values-v21\distriqt_dialog_themebase.xml:6: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.

关于可能导致这种情况的任何想法?

由于 肖恩

1 个答案:

答案 0 :(得分:1)

这是因为Dialog ANE需要AIR SDK的v20(我使用的是v19)在https://github.com/distriqt/ANE-Dialog/releases有一个旧版本的Dialog ANE(与旧版本的AIR兼容)

相关问题