问题类似于这个AAPT失败,错误代码为-1073741819
Appt.exe停止与APPCRASH项目构建签名:
Problem Event Name: APPCRASH
Application Name: aapt.exe
Application Version: 0.0.0.0
Application Timestamp: 4e810830
Fault Module Name: msvcrt.dll
Fault Module Version: 7.0.7600.16385
Fault Module Timestamp: 4a5bda6f
Exception Code: c0000005
Exception Offset: 0000d193
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 2057
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
IDE中的消息窗口显示Android -apt-compiler:命令"C:Program Files (x86)Android Android -sdkplatform-toolsaapt.exe package -m——auto-add-overlay——extra-packages %used libraries%"执行失败,并伴有退出代码-1073741819
我尝试重建,清理项目,清理IDE缓存,添加/删除依赖项,重新启动IDE,重新启动计算机,重新安装Android SDK平台工具-没有任何帮助。在相关问题中提供的解决方案也没有帮助-我的style.xml中没有@+id。
IDE: Intellij IDEA 12.0.2
项目中使用的库:
- ActionBarSherlock-4.2.0
- SlidingMenu
- Android-ViewPagerIndicator
- Android-PullToRefresh
正如我在Eclipse中发现的,这个问题可以通过将Window -> Preferences -> Android -> Build -> Build Output设置为"Normal"而不是"Verbose"来解决。但是我在Intellij IDEA中找不到这样的选项。
PS:看起来项目中的某个地方有问题,因为其他项目(即使有库)编译得很好。
似乎您在strings.xml中缺少一些条目
在我的例子中,我删除了<string name="action_settings">Settings</string>
认为它没有被项目使用,并把它放回去解决了这个问题。您可以在您的项目中搜索相同或相似类型的标记。