尝试在我的应用程序中使用OKBuck时出错

时间:2017-05-15 19:44:54

标签: android okbuck

我在尝试使用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

1 个答案:

答案 0 :(得分:0)

根据我使用okbuck的经验,这个错误可能是因为找不到资源(drawable,resId等)或xml布局上有错误。

但是,如果你认为你没有错过任何东西。你可以尝试:

./buckw clean
./buckw build [target]
抱歉英语不好