简体   繁体   中英

Searching in auto generated files with Eclipse

I am developing for Android and I am trying to fix some spam in my logs. I have the following messages coming up:

"ResourceType(14810): Skipping entry 0x1060003 in package table 0 because it is not complex!"

I am trying to fix this based on this article. The problem is that I have many projects on my workspace and many packages and projects needed to run my application, so I don't know which R.java file (which are auto generated) to look in for entry 0x1060003.

Is there a way in Eclipse to search for this value in all the R.java files in the workspace? The ctrl+h search isn't searching in the auto generated files.

Thanks!

Search->File...

  • For "File name patterns", enter "R.java"
  • Check the "Consider derived resources" option (this will include generated files in the search)
  • Change "Scope" to "Workspace"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM