Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

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:

  1. windows 7 ultimate 64-bit.
  2. jdk 64-bit (jdk-6u23-windows-x64.exe installed.)
  3. jdk 32-bit (jdk-6u23-windows-i586.exe installed.)
  4. eclipse classic 3.6 64-bit (eclipse-sdk-3.6.1-win32-x86_64.zip)
  5. 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:

  1. install 64-bit jdk
  2. install 32-bit jdk
  3. unzip android-sdk_r08-windows.zip c:\android-sdk-windows
  4. append c:\android-sdk-windows\tools %path% in system env vars.
  5. run c:\android-sdk-windows\tools>android.bat
  6. install adt plugin via eclipse
  7. create "android 2.3 - api level 9" virtual device via eclipse
  8. 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] 

Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -