1

I am struggling to setup android development enviorment for game closure.

problems

1. setup sdk
2. setup ndk
3. setup java 

is there any option to setup java other than oracle JDK in linux

Leo Kuttoor
  • 583
  • 1
  • 4
  • 7

1 Answers1

1

for setting up android development

  1. check this link

  2. for java setup you can use open-jdk

    installation

    sudo apt-get install openjdk-8-jre

suhail areekkan
  • 1,646
  • 1
  • 13
  • 16