简体   繁体   中英

How to setup android development on windows 7 pro

Interested in Android but new in development. I am using windows 7 PRO for android app development. I did the following and I encountered this error msg : failed to load the JNI shared library

I took the following steps:

  1. Create a folder with name : AndroidSDK in c:\\ Program files (x86)

  2. run the SDK Manager and installed all required packages

  3. Download Eclipse Classic 4.2.1 from http://www.eclipse.org/downloads/ .

    • after extracting the file, Copy and paste the Eclipse Folder in AndroidSDK ( this folder in C:\\Program files (x86))
  4. Have tried both JDK 6 and JDK 7 from http://www.oracle.com/technetwork/java/javase/downloads/jdk7u7-downloads-1836413.html

    • Install it under Enclipse Folder:
      When double click on the Eclipse application ico, I got this error msg failed to load the JNI shared library

Can you help me how to setup Andriod development on windows 7 pro?

Thanks

Make sure that your JDK is 64 and that your Eclipse is 64-bit.

Failed to load the JNI shared Library (JDK)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM