I am trying to import Chromium for Android as an Android Studio project on an Ubuntu 16.04(LTS).
I have completed the below steps to build chromium project for Android
Problem : To create the Gradle file for importing the project into Android Studio I have referred to https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md
build/android/gradle/generate_gradle.py --output-directory out/Default
On running the above command I get the error:
usr/bin/env : "vpython' : no such file or directory.
Python 3.5.2 is installed on the system
P.S: Vpython: https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython_one_page.md