8

I want to use the pi as a continuous integration server. One type of the software are Android applications. Is it possible to have the Android SDK or something similar to compile Android apps?

I didn't find the Android SDK for arm on the official site. But for example there exists the AIDE app, where apps are compiled on an Android phone itself.

Disclaimer: I don't want to install Android as operating system on the pi.

Alex Chamberlain
  • 15,638
  • 15
  • 69
  • 113
keiki
  • 1,638
  • 1
  • 17
  • 18

2 Answers2

3

At the moment there is no supported compilation available of Android SDK for ARM.

It maybe possible to do this, but this has to be done by someone with knowledge of Android build system.

Again clarification: I'm not talking about installing Android itself on the Pi. I'm talking to install the SDK on Raspbian to build Android application like in the development.

keiki
  • 1,638
  • 1
  • 17
  • 18
-4

Oracle released arm java jre and jdk! links: http://forum.xda-developers.com/showthread.php?t=1328488

once i rigged android sdk for armv6 from source but i forget how.