Java SDK Requirements?

Monkey Targets Forums/Android/Java SDK Requirements?

xlsior(Posted 2011) [#1]
The Monkey help says that one of the requirements for Android is the Java SDK -- however, which one?

If my development machine if Windows 7 x64, should I download the x64 java SDK as well, or does it require the 32-bit version to compile for android properly?


xlsior(Posted 2011) [#2]
Nevermind, figured it out. With the x64 version installed, the Android SDK did not detect it presence. With the x86 version, everything else installed fine.

Managed to succesfully compile one of the sample apps for Android, and run it both within the Android emulator and my actual phone. :-?