Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the build.gradle file located for my Android project?

Where is the build.gradle file located for my Android project?

I'm trying to follow along with this tutorial, but I can't make necessary changes to my build.gradle file to use the support library.

like image 528
Donkoid Avatar asked Jan 19 '14 04:01

Donkoid


1 Answers

It will be located in the project root unless you have set a custom location. To generate a build.gradle file, use Eclipse and export the project as build.gradle.

like image 166
Binoy Babu Avatar answered Oct 19 '22 23:10

Binoy Babu