premake / premake-core

Premake
https://premake.github.io/
BSD 3-Clause "New" or "Revised" License
3.23k stars 621 forks source link

Android Studio / gradle+cmake action #898

Open youaresoomean opened 7 years ago

youaresoomean commented 7 years ago

Hi,

are there any plans to provide a gradle/cmake action to target Android Studio projects for mixed java/ndk android development?

samsinsane commented 7 years ago

There isn't support for Android, Java, Gradle or CMake in the core distribution of Premake. I doubt we'll ever support CMake in core, it being a "competitor" and all. Personally, I'd like to see Android support added to core, I use one of the modules that adds Android support and I've extended it myself too. It doesn't support Android Studio though.

You can always try creating a module to support Android Studio, or extend one of the existing Android modules to do so.

pdoane commented 6 years ago

+1 for moving android support in core

samsinsane commented 6 years ago

Android support has been added to core.