3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

android(Termux)でkotlinの開発環境構築

Last updated at Posted at 2019-11-16

termuxでjava環境構築

https://github.com/MasterDevX/Termux-Java
のREADME.mdの通りにinstallする

pkg install wget && wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava

kotlinの環境構築

sdk install kotlin

proot環境に移動する(ここじゃないとjavaを実行できない)

pkg install proot
proot -0

うまくいきました

:/data/data/com.termux/files/home # kotlin -version
Kotlin version 1.3.50-release-112 (JRE 1.8.0_152-b16)

追記

proot kotlinc

でKotlinのインタラクティブモードに入れます

Termuxでpkg installできない、pkg upgradeできない等あった場合 -> TermuxでGPG errorが出たときの解消方法

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?