error in installing android studio using ubuntu make
Ubuntu 15.10 When I tried to install android studio using ubuntu make it shows this error
$ umake android
Choose installation path: /home/prasanth/tools/android/android-studio
ERROR: We were expecting to find a license on the download page, we didn't.
Solution 1:
The issues gets solved when you provide [--accept-license Accept license without prompting] option
umake android --accept-license