Specifying gradle file (not default build.gradle file) to build android studio standard project -


for different purpose, need specify gradle file (not default build.gradle file) build android project in android studio standard structure. when using eclipse gradle, know how build project specified name gradle file. since structure little different. how make work? know it? thanks

more details explained.

i have android studio standard project structure below.

->root   -->app      -->settings.gradle       -->build.gradle   -->project1 (library)   -->project2 (library)   -->build.gradle   -->settings.gradle 

i want create new gradle file build project generate apk file. gradle file has tasks default 1 (build.gradle).

so can choose 1 of them use different purpose.

for example, purpose, can execute 'gradle assembledebug' generate apk file. b purpose, can execute 'gradle assembledebug -b b.gradle' generate apk file.

i have done research on this, failed.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -