No private recovery resources for TARGET_DEVICE 问题解决

来源:互联网 发布:婚纱摄影的网络邀约 编辑:程序博客网 时间:2024/05/19 04:03

mmm和mm出现一下提示解决方法:

log:

No private recovery resources for TARGET_DEVICE xxxxxx

make: Entering directory `/xxxxx/android'

make: Nothing to be done for `all_modules'.

make: Leaving directory `/xxxxx/android'

 

原因:

make: Nothing to be done for `all_modules'.

之间已经build并且没有改动,所以没有什么要工作的。

 

解决:

去相应的out文件夹下删掉生成文件,

或者修改要build的文件。