Page 1 of 1
Android development
Posted: Mon Apr 01, 2019 6:33 am
by tripathiankush
How to install the Java JDK on Raspberry Pi?

Re: Android development
Posted: Mon Apr 01, 2019 9:44 am
by fruitoftheloom
tripathiankush wrote: ↑Mon Apr 01, 2019 6:33 am
How to install the Java JDK on Raspberry Pi?
Raspbian Stretch
Code: Select all
sudo apt update
sudo apt install android-sdk openjdk-8-jdk
Re: Android development
Posted: Mon Apr 01, 2019 10:23 am
by HawaiianPi
If you prefer Oracle Java, see my reply to another thread here:
viewtopic.php?f=81&t=228240#p1400092
Re: Android development
Posted: Mon Apr 01, 2019 10:23 am
by Heater
The Java JDK comes included with Android Studio. No need for a separate JDK install. I presume you will need Android Studio for Android development anyway.
Re: Android development
Posted: Mon Apr 01, 2019 7:08 pm
by Imperf3kt
Heater wrote: ↑Mon Apr 01, 2019 10:23 am
The Java JDK comes included with Android Studio. No need for a separate JDK install. I presume you will need Android Studio for Android development anyway.
Not necessarily. There are multiple compilers out there that can convert other languages (such as Python) into Android code.
Re: Android development
Posted: Tue Apr 02, 2019 4:10 am
by Heater
Imperf3kt,
Ah, interesting.
Re: Android development
Posted: Tue Apr 02, 2019 5:04 am
by tripathiankush
Thanks for valuable reply. Helpful

Re: Android development
Posted: Tue Apr 02, 2019 8:21 am
by Gavinmc42
Processing still does Android?