当我尝试使用OKBuck来构建我的应用程序时,我得到了以下错误。
The following resources were not found when processing
Pair(//app:res_googleRelease#resources-symlink-tree, buck-
out/gen/app/res_googleRelease#resources-symlink-tree/res):
RDotTxtEntry{idType=int, type=drawable, name=home_screen_gradient,
idValue=0x00000000, parent=home_screen_gradient}
BUILD FAILED: //app:res_googleRelease failed with exit code 1:
generate_resource_ids发布于 2018-03-05 15:57:31
根据我使用okbuck的经验,这个错误可能是因为资源(drawable,resId等)没有找到,或者是你的xml布局有问题。
但是,如果你认为你没有错过任何东西。您可以尝试:
./buckw clean
./buckw build [target]很抱歉我的英语不好
https://stackoverflow.com/questions/43987611
复制相似问题