开发者

Start developing for Android? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.开发者_如何学运维

Closed 6 years ago.

Improve this question

I've been wanting to develop applications for Android for a while now. I download the ADT Plugin for Eclipse from here: http://developer.android.com/sdk/eclipse-adt.html, and started to develop applications using Eclipse. However, even the simplest Hello World application seems to take a few minutes to run.

I was wondering if there are better environments for Android Development. Is it possible to develop application using NetBeans or other Java compilers? Are there faster development tools than the ADT Plugin for Eclipse?

Thanks in advance.


If the application takes a long time to run, check one of two things:

Does your PC meets the requirements of eclipse.

If the application is taking a few minutes to run, it is quite possible that you may be closing the emulator after every debugging. This is unnecessary as the debugger is always listening for eclipse to run.

I do not know if these are possibilities, but I want your Android programming experience to be a good one. Troubleshooting is never useless :)


Yes, it runs slow, but I don't think switching IDEs is going to make it any faster. Such is the nature of Java and other interpreted languages. A faster machine is all that helps. I have noticed things move better once loaded the first time, though.


I'm not sure what exactly is taking a few minutes, but developing with an actual device can hugely lower the waiting time as the emulator is really slow (uploading your app, installing, running and using it). If you want to use the emulator be sure to not close the emulator window all the time as it will have to boot Android the next time you run your app.

I don't think that you will be more happy with another IDE or something like that, as it will only cause more work and more problems.


If you're working with emulator - do not shut it down. First start is painful, but then it's faster.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜