Reputation: 21
I am adding one library into my existing code but while doing that the following error occurred:
"aapt.exe has stop working"
i am using eclipse indigo, Android Development Tools version 20.0.2.v201207191942-407447
i have done all the things regarding this issue
like 1)change window>> pref>> android>> build>> to silent
2)update necessary software
3)clean and build projects
Upvotes: 2
Views: 920
Reputation: 566
try this Remove id from style like here @+id then build again you get success...
<item name="android:id">@+id/calender</item>
Upvotes: 1