본문 바로가기
3. 개발 관련/정리 :: issue 와 resovle

Android build or envsetup error : malformded copy error

by kyuho.choi 2012. 11. 15.
728x90
반응형

- malformed copy errors are like below message.

=======================================================

build/core/product_config.mk:195: *** device/samsung/arndale/full_arndale.mk: malformed COPY_FILE "B".  Stop.

=======================================================


In BoardConfig.mk file or the other *.mk files.


PRODUCT_COPY_FILES +=

A:B

A : source file

B : destination file


Almost case about this error file `A` or file `B` are not existed in AOSP source tree or those file path are wrong. :)


728x90
반응형

댓글