user689842
user689842

Reputation:

Does Android SDK work in Solaris?

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

Answers (1)

Nikolay Elenkov
Nikolay Elenkov

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

Related Questions