2017-05-15 7 views
0

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 

答えて

0

私の経験からは、リソース(drawable、resIdなど)が見つからないか、xmlレイアウトに何らかのエラーが発生している可能性があります。

しかし、もしあなたが何かを見逃していないと思ったら。あなたは試すことができます:

./buckw clean 
./buckw project --ide intellij 
./buckw build [target] 
の悪い英語

ために残念

関連する問題