New issue
Advanced search Search tips

Issue 807189 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: May 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: ----
Type: ----



Sign in to add a comment

compile failed with gradlew for GoogleChrome/custom-tabs-client project in github

Reported by sinoory...@gmail.com, Jan 30 2018

Issue description

i found the project at https://github.com/GoogleChrome/custom-tabs-client
after clone it and compile the project with :
aa@kkk:~/wk/custom-tabs-client$ ./gradlew assembleDebug

compile failed with many error: package R does not exist:
/home/sinsv/wk/custom-tabs-client/customtabs/src/android/support/customtabs/browseractions/BrowserActionsFallbackMenuAdapter.java:64: error: package R does not exist
                    R.layout.browser_actions_context_menu_row, null);

Device: 
ubuntu 14

Steps to reproduce: 
clone the project, compile it
Observed behavior: 
compile failed
Expected behavior: 
compile ok and a apk generated
Frequency: 
100%

Additional comments: 

 
Components: UI>Browser>Mobile>CustomTabs

Comment 2 by peconn@chromium.org, May 11 2018

Status: Fixed (was: Unconfirmed)
Sorry for the delay in responding - this should have been fixed in https://github.com/GoogleChrome/custom-tabs-client/commit/54788baf5bfbe5bb42977dc52c2f608392e60f72

Sign in to add a comment