i trying add drawable-tvdpi app in aosp tree. drwable-tvdpi not reflected in resulting apk resources.
when try build same using eclipse can see drawable-tvdpi in resulting apk resources.
please let me know how enable aosp adding drwable-tvdpi.
eclipse builds types of devices, while building aosp single type of device. need edit build/core/product_config.mk. search product_aapt_config , add tvdpi variable.
Comments
Post a Comment