Reputation:
I want to compile my Android app in a Solaris server. Though, from Android Developers all I can see are Windows/MacOS/Linux versions. Does anyone know if I can install and use the Linux binaries in a Solaris machine? If not, are there alternatives?
Upvotes: 0
Views: 497
Reputation: 52956
There's a lot of native code (emulator, dex conversion, tools), not only Java, so no. Install Linux in a VM (VirtualBox, VMWare, etc.) and use it for development.
Upvotes: 1