当前位置: 代码迷 >> Android >> eclipse+ADT+android配置有关
  详细解决方案

eclipse+ADT+android配置有关

热度:49   发布时间:2016-04-28 03:32:48.0
eclipse+ADT+android配置相关

1 eclipse 过旧时,ant 运行不了,会报sdk.dir is missing.

需要配置:project.properties

sdk.dir=/home/gzhhong/Documents/sdk/

2 使用sdkmanager更新后,This Android SDK requires Andr...ate ADT to the latest

可以不更新ADT,修改

sdkHome\tools\lib下的plugin.prop文件修改其中的版本号,改为与所安装的ATD同版本号即可

?

# begin plugin.prop

plugin.version=20.0.0(修改这里)

# end plugin.prop

?

3 DDMS cannot find /tools/hprof-conf

Because new ?hprof-conf file is located at /platform-tools folder, not /tools

Then cp /platform-tools/hprof-conf /tools/

?

  相关解决方案