Guest Phoenix Silver Posted January 27, 2011 Report Posted January 27, 2011 Do you use eclipse ? Or do you know a better environment to dev apk ?
Guest t0mm13b Posted January 27, 2011 Report Posted January 27, 2011 Do you use eclipse ? Or do you know a better environment to dev apk ? Eclipse.... but if you're hardcore - can do it on the command line :lol:
Guest hecatae Posted January 27, 2011 Report Posted January 27, 2011 I followed this tutorial to install it http://www.howtoforge.com/installing-googl...ntu8.04-desktop I use Debian and it works fine
Guest Phoenix Silver Posted January 27, 2011 Report Posted January 27, 2011 I followed this tutorial to install it http://www.howtoforge.com/installing-googl...ntu8.04-desktop I use Debian and it works fine i use eclipse too with ubuntu 10.10 and fedora 14
Guest shadowninty Posted January 27, 2011 Report Posted January 27, 2011 I have Eclipse installed... must learn how to use it :lol:
Guest t0mm13b Posted January 27, 2011 Report Posted January 27, 2011 vi or sed :lol: LULZ Ever get the feeling of deja vu just like in the Matrix.... vi vs emacs flamewar... :) :)
Guest MDCFan Posted January 27, 2011 Report Posted January 27, 2011 (edited) nano :) Buttlerflies http://xkcd.com/378/ Edited January 27, 2011 by MDCFan
Guest t0mm13b Posted January 27, 2011 Report Posted January 27, 2011 (edited) nano :) Buttlerflies http://xkcd.com/378/ Hilarious XKCD comic.... Oh woot.... another star yay!!! :lol: Edited January 27, 2011 by t0mm13b
Guest leromarinvit Posted January 27, 2011 Report Posted January 27, 2011 vi or sed :lol: Ed is the standard text editor.
Guest hecatae Posted January 28, 2011 Report Posted January 28, 2011 gedit :lol: that's quite useful for those .mk files
Guest Phoenix Silver Posted February 11, 2011 Report Posted February 11, 2011 i'm beginning with eclipse but i'm a little lost on one point how do you generate the build.xml for ant ?
Guest Sebastian404 Posted February 11, 2011 Report Posted February 11, 2011 i'm beginning with eclipse but i'm a little lost on one point how do you generate the build.xml for ant ? Eclipse is horrid, there are lots of better IDE's out there... but its free and it works.. you have to create the build.xml yourself... google around, steal someone else's and modify it to work for you
Guest t0mm13b Posted February 11, 2011 Report Posted February 11, 2011 (edited) Eclipse is horrid, there are lots of better IDE's out there... but its free and it works.. you have to create the build.xml yourself... google around, steal someone else's and modify it to work for you I could not agree more in that respect to Eclipse - slow, hoggish and horrible.... To generate the build.xml you need to do the following: android -update project path See here for more details... I am toying with Ant and using that to build the project, and using EditPad Lite and basically use the command line to do the build ... much quicker and faster than Eclipse which has a tendency to kill the netbook and stall it! Edit: For the benefit of those who stumbled into a problem with Ant, and building the source from command line, apparently, the build will fail when the ant executes the dex on the generated code and fail if there's whitespaces in the path used. Look at this StackOverflow question which I answered, to be fair - I found it a blog on the interwebz. The credit goes to the dude in the linky to the blog contained in my answer to this problem. Edited February 12, 2011 by t0mm13b
Guest chozabu Posted February 12, 2011 Report Posted February 12, 2011 Eclipse is kinda slow and resource hungry - but I think its rather good! Jam packed with features, well intergrated with android (not so well with my blade though it seems). ctrl+space auto completes btw :P
Guest Phoenix Silver Posted February 12, 2011 Report Posted February 12, 2011 i just beginning but what i have seen eclipse is good to start the project for the skeleton after that it seems faster to use nano for the details
Guest Phoenix Silver Posted February 12, 2011 Report Posted February 12, 2011 Eclipse is horrid, there are lots of better IDE's out there... but its free and it works.. you have to create the build.xml yourself... google around, steal someone else's and modify it to work for you have you some examples of better IDE ??
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now