Featured post
Has anyone been successful in using 64-bit Eclipse for Android 2.3 dev on 64-bit Windows 7? -
has been successful in using 64-bit eclipse android 2.3 dev on 64-bit windows 7?
please answer positively only if, when invoke emulator via eclipse's run (ctrl+f11), app-to-be-debugged's apk installed automatically onto android emulator and running same exact configuration:
- windows 7 ultimate 64-bit.
- jdk 64-bit (jdk-6u23-windows-x64.exe installed.)
- jdk 32-bit (jdk-6u23-windows-i586.exe installed.)
- eclipse classic 3.6 64-bit (eclipse-sdk-3.6.1-win32-x86_64.zip)
- android 2.3 sdk starter package
if able fully use 64-bit eclipse android 2.3 dev on 64-bit windows 7, please describe steps performed make happen.
as of now, following steps did not work me:
- install 64-bit jdk
- install 32-bit jdk
- unzip android-sdk_r08-windows.zip c:\android-sdk-windows
- append c:\android-sdk-windows\tools %path% in system env vars.
- run c:\android-sdk-windows\tools>android.bat
- install adt plugin via eclipse
- create "android 2.3 - api level 9" virtual device via eclipse
- window > preferences > java > installed jres: [search...]
i received 3 great answers here although none of described configurations match original configuration described in question, but...
the last 2 answers (especially 1 @nicholi) prompted spend time on yet-another-round of pulling hair in attempt find solution unexplainable problem.
and found it! own configuration works on 64-bit windows 7 , short answer is: yes.
here detailed steps, in order, worked me (cut & keep):
step 0:
*********************************************** ****** uninstall comodo firewall !!! ****** ***********************************************
comodo firewall, aka cis, turned out sole problem leading time wasted between december 2010 (when posted request help) , february 2011 (when nailed problem down). note: disabling firewall doesn't help, complete uninstall works.
step 1 (jdk 6 64-bit):
create %java_home%: c:\program files\java\jdk1.6.0_23 append %path%: c:\program files\java\jdk1.6.0_23\bin run: jdk-6u23-windows-x64.exe
note: not necessary install jdk c:\java. sticking windows folders conventions preferred because helps remember package 64-bit , (still) 32-bit.
step 2 (eclipse classic 64-bit):
unzip eclipse-sdk-3.6.1-win32-x86_64.zip c:\eclipse
note: critical have eclipse directory directly under c:\ , not under "c:\program files" (otherwise, adt plugin install incur missing packages problems).
step 3 (sdk starter package aka "android sdk"):
create %android_home%: c:\android-sdk-windows append %path%: c:\android-sdk-windows\platform-tools run installer_r09-windows.exe , install c:\android-sdk-windows > check 'start sdk manager' > selected. accept. install. yes, restart adb.
step 4 (adt plugin eclipse):
help > install new software > add... name: adt plugin location: https://dl-ssl.google.com/android/eclipse/ check "contact update sites during install find required software'!!! work with: available sites + developer tools + android ddms 9.0.1.v201101191456-93220 + android development tools 9.0.1.v201101191456-93220 + android hierarchy viewer 9.0.1.v201101191456-93220 > next > next > finish > restart eclipse
step 5 (android virtual device):
open eclipse. then: window > android sdk , avd manager > virtual devices [new...] name: avd23 target: android 2.3.1 - api level 9 sd card: 1024 mib [create avd]
- Get link
- X
- Other Apps
Comments
Post a Comment