Today I want to try migrating some of my Eclipse projects to Android Studio but I have some problems.
When I open the Android Studio, it says that I need to install 64 bit JDK. So I searched for this problem and found out you need to open studio.exe instead of the default studio64.exe
When I open the studio.exe it says that I'm running 64 bit Windows, so I need to use the studio64.exe
The problem is I need the 32 bit Java not only for Android development, and all my Eclipse are in 32 bit, so changing from 32 bit to 64 bit Java is hard for me. This may make some of my softwares not working and some other problems that might arise, and you need to change the JAVA_HOME to the 64 bit java. To avoid those things I would like to just use 32 bit Java instead of 64 bit.
I searched for this problem but I can't find any solution yet, any idea how to solve this? If there's no solution, I think I'll just keep using Eclipse..
I'm using Windows 7 64 bit, Android Studio 135.1641136
解决方案
I think that the impossibility of running studio.exe without a 64-bit Java installed were an issue in that version. I had the same problem but I've just installed currently latest Android Studio (135.1740770) and ran studio.exe without any issues.
Additionally, if you're behind a proxy (like me) you may need to update the proxy parameters at C:\Users\username\.AndroidStudio\config\options\other.xml.
本文解决了一个在使用32位Java环境下运行Android Studio的问题,通过更新到最新版本的Android Studio并调整代理设置,成功避免了必须安装64位Java的要求。
2720

被折叠的 条评论
为什么被折叠?



