I installed eclipse and all the sdk/jre etc... I can make Android Apps now and it's working, but often my eclipse crash.
I would like to know if it's possible to:
- compile
- build
- run
from the command line?
I use VIM to edit the files
I installed eclipse and all the sdk/jre etc... I can make Android Apps now and it's working, but often my eclipse crash.
I would like to know if it's possible to:
from the command line?
I use VIM to edit the files
I had the same problem until I found a memory error. If you can't upgrade your memory here's what you can do:
Install dependencies:
Export paths:
Open .bashrc file using an editor. If you use VI then
vi ~/.bashrc
and add the following 2 lines in your .bashrc file.Also, you can add these to compile from anywhere:
open: .profile
Configure the android simulator:
And you can setup your simulator there
Build:
or
You might need to run:
if you get:
Install the app:
Sources: