I have downloaded the android adt-bundle of 64bit, and I am using jdk 1.7.But When I run the application file in eclipse, I am getting this error Failed to load the JNI shared library
Asked
Active
Viewed 34 times
0

Vivek Warde
- 1,936
- 8
- 47
- 77

user3607853
- 403
- 1
- 5
- 7
-
http://stackoverflow.com/a/7385128/1923399 – Supriya Sep 24 '14 at 13:12
-
1Yes am using 64bit OS,64bit eclipse,64bit java. – user3607853 Sep 24 '14 at 13:15
1 Answers
0
It due to mix of 32 and 64 bits Kindly cross check that you are using
64-bit OS 64-bit Java 64-bit Eclipse
this is only why, this problem arise.

DjP
- 4,537
- 2
- 25
- 34