Showing posts with label Android on Raspberry Pi 2. Show all posts
Showing posts with label Android on Raspberry Pi 2. Show all posts

Thursday, March 19, 2015

Install Eclipse JDT on Raspberry Pi 2/Raspbian


To install Eclipse with JDT (Java development tools) on Raspberry Pi 2/Raspbian, enter the commands:
$ sudo apt-get install eclipse
$ sudo apt-get install eclipse-jdt

This video show how to:


Please notice:
- The installed version of Eclipse 3.8.0
- After installed, the default java and javac will be changed to 1.6.0 of OpenJDK!


This video show example of "Hello World" using Eclipse JDT.

Wednesday, March 18, 2015

Install Android 4.4.2 KitKat on Raspberry Pi 2 with BerryBoot v2.0

With BerryBoot (refer to the post "Install Ubuntu Linaro on Raspberry Pi 2 with BerryBoot v2.0"), we can install Android 4.4.2 KitKat on Raspberry Pi.

This video show how the Android run on Raspberry Pi 2.

But the performance is so...! Hope it can be improved soon.