1

I have windows 7 64 bit. I have installed jdk 7.I am trying to install the Android ADT bundle with eclipse. But when i click the eclipse application installer.It is showing me a message

Failed to load the JNI shared library

Alex Cohn
  • 52,705
  • 8
  • 94
  • 269
Amol
  • 263
  • 2
  • 12
  • check [this](http://stackoverflow.com/questions/10585135/eclipse-failed-to-load-jni-shared-library), [this](http://stackoverflow.com/questions/7352493/failed-to-load-the-jni-shared-library-jdk) – Paresh Mayani Jan 08 '13 at 11:47
  • [System requirements](http://developer.android.com/sdk/index.html) say JDK6. Not sure if that could be your problem. – Joachim Isaksson Jan 08 '13 at 11:47

2 Answers2

1

You need:

64-bit Java/JDK
64-bit Eclipse
64-bit OS

Hope it will help.

Nirav Tukadiya
  • 3,171
  • 1
  • 16
  • 35
1

Install JDK6 first. Then try to install ADT

Renato Lochetti
  • 4,322
  • 3
  • 28
  • 48