简体   繁体   中英

Is it possible to use Maven instead of Gradle in Android?

I want to remove gradle completely from my app, and start using Maven. I know that Gradle is the official and default way, but due to some restrictions, I need Maven. I have investigated but did not come up with a solution. Is is possible? How?

In case that it is possible, how can you set the different parameters? eg multiDexEnable, compileSdkVersion, buildTypes...

You can use the Android Maven Plugin

The Android Maven Plugin is used to build applications for the Android operating system as well as build libraries to be used in these efforts in AAR and the legacy APKLIB format using Apache Maven.

It seems quite updated and there's also a GitHub page. Beside, some examples will help you setup your project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM