Friday, August 17, 2012


Problems faced while installing android application setup:

1.First time I have opened Android sample application, I got like "Android Native supported libraries"
need to be installed. I installed Android native libraries

2.In 64 bit Windows 7, I faced this problem:
 Android SDK installer [ installer_r08-windows.exe] is not detecting JDK.

I tried the following:
  i)Set the JDK bin/ JRE Bin in PATH variable, it is not working
  ii)Android SDK installation dialog shown that JDK folder path to be set in JAVA_HOME variable
   I did that it is also not working.
solution:
  1) Copied java.exe and javaw.exe from JDK bin to c:\windows\system32 and  c:\windows\sysWOW64
 Now android sdk setup is detecting JDK.

No comments: