mogoweb / chromium_webview

Android WebView wrapper based on chromium
http://mogoweb.github.com
BSD 3-Clause "New" or "Revised" License
514 stars 160 forks source link

按照readme 构建出错 #37

Open imhsz opened 3 years ago

imhsz commented 3 years ago

1.系统环境 Centos 7.6 2.获取代码 gclient config --name=src/chromeview https//github.com/mogoweb/chromium_webview.git gclient sync ____ running 'vpython src/chromeview/tools/fetch_deps.py -v' in '/mnt/md127/hsz/chrome/chromview' Traceback (most recent call last): File "src/chromeview/tools/fetch_deps.py", line 90, in main() File "src/chromeview/tools/fetch_deps.py", line 87, in main sys.exit(deps_fetcher.DoGclientSyncForChromium()) File "src/chromeview/tools/fetch_deps.py", line 60, in DoGclientSyncForChromium gclient_utils.CheckCallAndFilterAndHeader(gclient_cmd, AttributeError: 'module' object has no attribute 'CheckCallAndFilterAndHeader' Error: Command 'vpython src/chromeview/tools/fetch_deps.py -v' returned non-zero exit status 1 in /mnt/md127/hsz/chrome/chromview