You can generate a .WAR in Android Studio

0

I'm developing an application that needs to be generated in APK and .WAR; I would like to know if there is a way to do this in Android Studio, or will I have to develop two applications in different environments, or if there is another IDE that does this?

    
asked by anonymous 15.08.2017 / 16:59

1 answer

1

I advise you to use IntelliJ IDEA (Download) instead of Android Studio, in IDEA voce would have better access to tools for such, besides being able to do the same as android studio and have more compatibility with netbeans and eclipse.

[EDIT] Here: Files format .war , the wiki for ".war" files if you are not aware of the subject

    
15.08.2017 / 17:10