A command-line based java/Android development kit that runs on Android devices
Questions tagged [terminal-ide]
15 questions
7
votes
3 answers
cloning from GitHub on Android using Terminal IDE
I tried following the directions here.
And I keep getting the following message:
ssh: connection to git@github.com:22 exited No auth methods could be
used. fatal: The remote end hung up unexpectedly.
Steps I followed
Made Key
Copied Key to…

richardnixonthethird
- 237
- 4
- 13
6
votes
2 answers
Android Terminal-IDE: terminal-gcc error: arm-eabi-gcc not found
I'm using Terminal-IDE as my development environment. (Google code site here.)
I'm running Terminal-IDE v 2.02 - the very latest. My Android versions are:
Android 4.0.3
Software version 2.14.531.3 71ORD
(the rest aren't likely pertinent, but more…

Richard T
- 4,570
- 5
- 37
- 49
5
votes
5 answers
Is the Terminal IDE app for android compatible with Lollipop?
I just ordered a Nexus 9 and will be using it to program. Has anyone tried to run Terminal IDE on Nexus 9 or any other devices using Android 5.0 Lollipop?

Rob
- 51
- 1
- 4
5
votes
1 answer
Python 3 on Android using TerminalIDE
I want to code Python 3 on my Android device. So I went through Lanky Cyril's blog post on using the Terminal IDE to put all that I needed to do code on an Android terminal. For Python 2.X that is installed on the blog, it works like a charm.
So I…

Afrowave
- 911
- 9
- 21
3
votes
2 answers
java dx utility: UNEXPECTED TOP-LEVEL ERROR java.lang.ExceptionInInitializerError
I'm trying to convert a normal Java application library for use on Android. The library dates from Java 1.1 and has been maintained, improved, etc, all this time, and is in service on other platforms so it's unlikely that the source code is…

Richard T
- 4,570
- 5
- 37
- 49
2
votes
1 answer
Rejecting re-init on previously failed class error when loading a Class with dalvikvm
I am trying to use Terminal IDE on Lollipop 5.1.1. Using a Samsung E7 device, a mod version of Terminal IDE is provided by someone on XDA
here:
http://forum.xda-developers.com/showthread.php?t=1340852&page=7
I tried to use javac script in that mod…

Harshiv
- 376
- 2
- 17
1
vote
0 answers
Custom Class Development Troubles in Terminal IDE
Using Terminal IDE, I am trying to create a custom class with some variables and methods. I went about trying this by creating the custom class as a separate .java file. I then created a second .java file with the main method to test the custom…

Android_Student
- 11
- 1
1
vote
1 answer
Android Terminal-IDE: Solution to remote login java (Dalvik) compilation error?
I was only looking for an ssh terminal that didn't require rooting my phone when I stumbled across Terminal-IDE and I am THRILLED that I did! (More from its creator here.) It's an Android development environment designed to work on the portable…

Richard T
- 4,570
- 5
- 37
- 49
0
votes
0 answers
Permission error when cloning a git repo
When I enter git clone https://207.97.227.239/reponame/repo.git in terminal-ide, I get this error message:
fatal: cannot exec 'git-remote-https': permission denied
What will be the possible reason for this?

Iesnes Xilef
- 11
- 1
- 4
0
votes
1 answer
Terminal IDE: How to get a javascript to run?
I've been playing around with Terminal IDE (I've recently discovered it) and I wish to run a javascript code I've written but when I issue to command to run according to Spartacus Rex's instructions, I always get a 'Permission Denied' message. His…

Android_fanatic
- 1
- 1
0
votes
1 answer
Building terminal-ide from source (package com.android.sdklib.build does not exist)?
Working on Ubuntu 14.04, I'm trying to compile:
https://code.google.com/p/terminal-ide/ (via https://github.com/math4youbyusgroupillinois/terminal-ide)
... because its rsync fails in Android 5+ with "error: only position independent executables…

sdaau
- 36,975
- 46
- 198
- 278
0
votes
2 answers
Creating a new Android Project in Terminal-IDE
Is there a script or something that creates a new Android project in Terminal IDE on Android? How does the R file get updated with new resources?

Gamegoofs2
- 813
- 1
- 8
- 15
0
votes
0 answers
Installing packages in R for android
I have rooted my Samsung Galaxy Tab 2 just to run R. I run R in "Terminal IDE" as superuser.
I am not able to install any package (no package! Nothing, zero!) with the function install.packages("whatever library") always render to the message…

Hedley Quintana
- 471
- 1
- 4
- 5
0
votes
2 answers
How to convert Jess (.jar files) libraries to .dex file, or run java class files on Android?
I am trying to run Jess on Terminal IDE (android), but when I try to run the following:
terminal++@192.168.0.102:~/sdcard/myJess$ dx --dex --output=jess.dex Jess71p2/lib/jess.jar
I get the message:
warning: Ignoring InnerClasses attribute for an…

gervasiocaj
- 21
- 4
-2
votes
1 answer
terminalide install issue -- "this tool is deprecated"
I've tried several times to install the terminalide app on my lenovo A7600-F tablet running Android 4.2.2. I follow the instructions exactly, but always get the same results. When I get to Tutorial 5, ./builder.sh produces "THIS TOOL IS…