resources.ap_ does not exist when compile my android project

前端 未结 28 3181
慢半拍i
慢半拍i 2020-12-13 06:01

Compile Error: Error generating final archive: java.io.FileNotFoundException: ..\\bin\\resources.ap_ does not exist.

Compile other simple sample works. Same source f

28条回答
  •  伪装坚强ぢ
    2020-12-13 06:40

    Finally i found the reason. The update aapt tool treat the format string without order as build error. e.g. "%s %d" should be "%1$s %2$d".

提交回复
热议问题