New issue
Advanced search Search tips

Issue 609866 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Can not access newly added icon asset

Project Member Reported by gogerald@chromium.org, May 6 2016

Issue description

Version: TOT

Add a new asset, like sync_error.png, in src/chrome/android/java/res/drawable-*. 

I can not access it even after run "gn gen --args='target_os="android" use_goma=true' out-gn/Debug
".

It works after remove out-gn/ directory to do clean build.



 

Comment 1 by agrieve@google.com, May 8 2016

I'm not sure I follow this entirely. What target are you building? What do you mean by "access it"?
I am building "nice ninja -C out-gn/Debug -j2000 -l20 chrome_public_apk"

Access it: try to use it in code, setWidgetLayoutResource(R.layout.sync_error_widget);
sync_error_widget.png is the newly added icon asset
Status: Assigned (was: Untriaged)

Sign in to add a comment