# Run this on the errors output by javac of missing resource symbols, # to generate the set of commands to have aapt generate # the symbol for them. # # For example: make framework 2>&1 | sed -n -f MakeJavaSymbols.sed | sort -u s|.*R.id.\([a-zA-Z0-9_]*\).*| |gp s|.*R.attr.\([a-zA-Z0-9_]*\).*| |gp s|.*R.bool.\([a-zA-Z0-9_]*\).*| |gp s|.*R.integer.\([a-zA-Z0-9_]*\).*| |gp s|.*R.color.\([a-zA-Z0-9_]*\).*| |gp s|.*R.dimen.\([a-zA-Z0-9_]*\).*| |gp s|.*R.fraction.\([a-zA-Z0-9_]*\).*| |gp s|.*R.string.\([a-zA-Z0-9_]*\).*| |gp s|.*R.plurals.\([a-zA-Z0-9_]*\).*| |gp s|.*R.array.\([a-zA-Z0-9_]*\).*| |gp s|.*R.drawable.\([a-zA-Z0-9_]*\).*| |gp s|.*R.layout.\([a-zA-Z0-9_]*\).*| |gp s|.*R.anim.\([a-zA-Z0-9_]*\).*| |gp s|.*R.animator.\([a-zA-Z0-9_]*\).*| |gp s|.*R.interpolator.\([a-zA-Z0-9_]*\).*| |gp s|.*R.menu.\([a-zA-Z0-9_]*\).*| |gp s|.*R.xml.\([a-zA-Z0-9_]*\).*| |gp s|.*R.raw.\([a-zA-Z0-9_]*\).*| |gp s|.*R.style.\([a-zA-Z0-9_]*\).*| |gp