Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

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.

share|improve this question
Have you got CIS running on the Pi already? – ppumkin Aug 16 '12 at 15:30
1  
The existence of compile-on-the-device Android tools demonstrates that it is possible. The more important question is if it is worthwhile (worth the trouble to set up) - it would not be particularly fast, and if you don't want to install most of Android you get little benefit for testing from having an ARM CPU. Something based on a customized Android build that could do testing (in a chroot?) could be interesting though. But most android devices will have higher performance and resources than the pi; the main thing you get with the pi is wired ethernet for reliability. – Chris Stratton Aug 16 '12 at 15:47
@ppumkin No but I plan on using Jenkins, which is possible as posted in a other thread. I would install it when Oracle delivers a Raspbian friendly Java VM. So for now I'm doing preparation for that. – otakun85 Aug 16 '12 at 18:26
@ChrisStratton The question I'm asking myself is, how difficult is it to set it up. Or is it just compiling the source (whereever to get it from). – otakun85 Aug 16 '12 at 18:28
If you are willing to install Android, probably fairly straightforward unless you run into lack of RAM; if not, you would have to get a java compiler working then recompile all of the android tools like dx. What advantage do you see which would result from working through all of that, vs using a conventional server, fractional cloud server, or even an android device? What are you going to do with the code once it is built? – Chris Stratton Aug 16 '12 at 18:35
show 5 more comments

1 Answer

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.

share|improve this answer
2  
This answer is not particularly helpful in relation to the question, and the spelling and grammar seem off. However, you can still improve your answer by clicking the small edit link underneath. – bearbin Sep 17 '12 at 18:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.