8

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.
A.B.
  • 90,397
Prasanth P
  • 315
  • 2
  • 3
  • 8

1 Answers1

12

The issues gets solved when you provide [--accept-license Accept license without prompting] option

umake android --accept-license
A.B.
  • 90,397