今天新建立一个开发环境导入工程的时候出现the file dx.jar was not loaded from the SDK folder错误如何解决

解决方案 »

  1.   

    dx.jar 是三方jar包?还是sdk中的。
    三方jar包需要在build path中导入。
    sdk需要在eclipse中指定位置。
      

  2.   

    将这个包加进path环境变量中试下
      

  3.   

    将android.exe的路径配置到PATH环境变量中
    重启eclispe再试。
      

  4.   

    Find your latest dx.jar in {Android SDK dir}\platforms\*and copy it to:{Android SDK dir}\platform-tools\lib\Restart eclipse, clean your project and everything should work as expected.If you can't find dx.jar in any of {Android SDK dir}\platforms\* subdirs you will have to start SDK manager and install Android 1.6 SDK.For example on my machine latest was in {Android SDK dir}\platforms\android-4\tools\lib\. (I did not find any newer version as of 2012-01-22 Adnroid SDK R15).