On Fri, Dec 10, 2010 at 3:51 AM, JY Kim <jkim...@gmail.com> wrote:
> 1. Is eclipse essential in android application writing?

No. It's a fine IDE, if you like that sort of thing, but it is not essential.

> 2. Should I install JDK 64 bit?
> My windows is 64 bit but I installed 32bit JDK. When I tried compling
> some program in command line, compiler couldn't find Java in 'Program
> Files' directory because it was on 'Program Files(x86)'. when I linked
> directory, it still could't find it.
> Should I use JDK 64bit? I saw some program for 32 bit does not run on
> 64bit Windows.
> If I should use 64bit JDK, I just need to reinstall JDK only? I saw
> SDK is installed only after JDK is installed.

Make sure your Java tools are in your PATH. The directory would be the
bin\ directory underneath wherever your Java SDK was installed.

Here is a StackOverflow discussion where I was helping someone with
similar issues:

http://stackoverflow.com/questions/4393525/android-command-line-error/4393800#4393800

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to