简体   繁体   English

如何在Windows 7 Pro上设置Android开发

[英]How to setup android development on windows 7 pro

Interested in Android but new in development. 对Android感兴趣,但正在开发中。 I am using windows 7 PRO for android app development. 我正在使用Windows 7 PRO进行android应用程序开发。 I did the following and I encountered this error msg : failed to load the JNI shared library 我执行了以下操作,并且遇到此错误msg:无法加载JNI共享库

I took the following steps: 我采取了以下步骤:

  1. Create a folder with name : AndroidSDK in c:\\ Program files (x86) 在c:\\ Program Files(x86)中创建一个名称为AndroidSDK的文件夹

  2. run the SDK Manager and installed all required packages 运行SDK Manager并安装所有必需的软件包

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

    • after extracting the file, Copy and paste the Eclipse Folder in AndroidSDK ( this folder in C:\\Program files (x86)) 解压缩文件后,将Eclipse文件夹复制并粘贴到AndroidSDK中(此文件夹位于C:\\ Program文件(x86)中)
  4. Have tried both JDK 6 and JDK 7 from http://www.oracle.com/technetwork/java/javase/downloads/jdk7u7-downloads-1836413.html http://www.oracle.com/technetwork/java/javase/downloads/jdk7u7-downloads-1836413.html尝试了JDK 6和JDK 7

    • Install it under Enclipse Folder: 将其安装在Enclipse文件夹下:
      When double click on the Eclipse application ico, I got this error msg failed to load the JNI shared library 双击Eclipse应用程序ico时,出现此错误msg无法加载JNI共享库

Can you help me how to setup Andriod development on windows 7 pro? 您能帮我如何在Windows 7 Pro上设置Andriod开发吗?

Thanks 谢谢

Make sure that your JDK is 64 and that your Eclipse is 64-bit. 确保您的JDK是64,而Eclipse是64位。

Failed to load the JNI shared Library (JDK) 无法加载JNI共享库(JDK)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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