3

When I build my project the following message:

A problem occurred configuring project ':app'. You have not accepted the license agreements of the following SDK components: [Android SDK Platform 24, Android SDK Build-Tools 24.0.1].

In the folder "android-sdk-windows" there is neither file nor folder licence. In a similar question it is not clear where to execute the command android update sdk --no-ui --filter build-tools-24.0.0,android-24,extra-android-m2repository

Community
  • 1
  • 1
Arvalon
  • 101
  • 6

1 Answers1

1

It mean you didn't install [Android SDK Platform 24, Android SDK Build-Tools 24.0.1].

use

android list sdk -e

find the sdk and install

cs x
  • 621
  • 2
  • 8
  • 23