0

I've got this error Android studio error

I can't understand this error, please someone provide a solution to this.

curveball
  • 3,873
  • 13
  • 33
  • 40
  • 1
    Possibly duplicated [Link1](https://stackoverflow.com/questions/40012866/could-not-find-method-android-for-arguments-in-android-studio-project/40013029) [Link2](https://stackoverflow.com/questions/37250493/could-not-find-method-android-for-arguments) – Zahoor Saleem Oct 20 '18 at 07:46

1 Answers1

0

Add your android block into app/build.gradle file not build.gradle which in project root direcotry.

aolphn
  • 2,476
  • 2
  • 18
  • 27
  • how to do this please explain – Vanshanu Raj Oct 21 '18 at 08:18
  • There are 2 build.gradle files ,one is in project root directory and another is in app/src directory,you need add android block in app/src/build.gradle not in root_path/build.gradle. – aolphn Oct 22 '18 at 00:32