1. error1: 就是是Eclipse在打开的时候,加载虚拟机不正确。 failed to load the jni shared library “c:jre\bin\server\jvm.dll
在Eclipse文件夹里面有个eclipse.ini文件,在你们加上 -vm C:\Program Files\Java\jdk1.7\bin\javaw.exe
这个就能保证你环境变量正确,前提你的jdk,jre安装得当,上面的加粗的部分就是path,根据你电脑中的路径变更。
要是这样不要用就说明你的虚拟机和Eclipse不匹配,下载别的jdk和jre再试试。
2.error2:在Eclipse导入adt的时候,出现错误An error occurred whilecollecting items to be installed。把 https://dl-ssl.google.com/android/eclipse/ 中的 https 变为 http。
安装adt步骤:
1.运行Eclipse,打开开发环境页面,help->install new software,弹出install页面,点击add,输入name,可以随便起,location输入
http://dl-ssl.google.com/android/eclipse/,成功后重启Eclipse,就好
时间: 2024-10-17 07:45:45