Hi, Im trying to build my Android app in AppCenter...
# gradle
t
Hi, Im trying to build my Android app in AppCenter and its failing because my main app module is called
my_app
and not
app
How can I configure my
settings.gradle
to allow my
my_app
module be an alias for
app
why isnt this enough ?
project(':my_app').projectDir = new File(settingsDir, 'app')
g
Please provide some error logs
This doesn’t look correct, you say that your project dir is actually ./app
Copy code
project(':my_app').projectDir = new File(settingsDir, 'app')