Is there any java emulator which run java apps and games.
Tkanks
nope
Related
hi,
Is it a stupid question? i cannot enter the "return" to the terminal emulator....
it is no repsonse in the console screen
Press the scroll ball + m (on the soft keyboard). It works in better terminal emulator magic.
Terminal emulator does not show keybord for me....
gecka said:
Terminal emulator does not show keybord for me....
Click to expand...
Click to collapse
Use "better terminal emulator magic". You'll find it on the market. The one you're using is probably designed for G1.
Place can somebody send me the free version of the magic terminal emulator. I can't find it on the android market.
surfoni101 said:
Place can somebody send me the free version of the magic terminal emulator. I can't find it on the android market.
Click to expand...
Click to collapse
The dev said he took it out because of some bugs that he found. and he will bring it back when he fixes things.
Anyway if u want an emulator with virtual keyboard.
Download connectBot from the market and telnet to localhost.
connectBot provides virtual keyboard now.
is there a dos emulator besides adosbox that can use the virtual keyboard
I have a x86 JDK and a x64 JDK and Android Studio recognizes none of them, so can't open it. Any way to fix the problem?
MatB
JAVA_HOME
MatB7 said:
I have a x86 JDK and a x64 JDK and Android Studio recognizes none of them, so can't open it. Any way to fix the problem?
MatB
Click to expand...
Click to collapse
open the bash profile script using the vi editor
Code:
vi ~/.bash_profile
now
Code:
export JAVA_HOME=/usr/java/jdk1.5.0_07/bin/java
and Btw you dont need both the jdks
Hi,
I am starting emulators from the CLI using the command
Code:
emulator @[avdname] -port[port]
This works fine, but the CLI is then locked running the emulator, if I close the CLI, the emulator also closes.
Is there a way to start the emulator without having to leave the cli open? I would use this to start muliple emulators and would like to not also have a bunch of CLI's open.
Image that shows state if things:
ignore the warnings given for now