Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is project.properties in Android Studio project

I was following this instructions to add a library in android studio. The last step is to add the line manifestmerger.enabled=true in project.properties. I have few .properties files such as local.properties, gradle.properties, cache.properties but I can't find project.properties file.

like image 348
user3235881 Avatar asked Apr 14 '16 17:04

user3235881


1 Answers

project.properties is a Eclipse thing and Android studio does not use project.properties file. If you need one, it has to be manually created. But it will not be used by Android Studio.

like image 153
savi Avatar answered Oct 21 '22 03:10

savi