Saturday, October 31, 2015
Saturday, October 10, 2015
aapt.exe has stopped
Some of the reasons for the error "aapt.exe has stopped " while building android app in eclipse are:
-use of strings in xml layouts that are not available
for example:
-use of strings in xml layouts that are not available
for example:
<item android:title="@string/action_settings">
if string.xml doesnot contain the string action_settings then we get this error .
-r.java file will not get generated for such errors
Labels:
aapt.exe has stopped,
android,
r.java not generated
Subscribe to:
Posts (Atom)