美文网首页
Eclipse 常见问题

Eclipse 常见问题

作者: acc8226 | 来源:发表于2017-05-21 10:56 被阅读12次

    Java SE相关

    删除eclipse自动生成的//TODO Auto-generated

    构造器的TODO顺便也删除

    安卓相关

    eclipse无法导出android签名包的问题

    Export aborted because fatal lint errors were found.These are listed in the Problems view.Either fix these before running Export again,or turn off "Run full error check when exporting app" in the Android > Lint Error checking preference page.

    解决:


    升级了sdk之后运行出错

    Failed to load D:\Android-Studio\sdk\build-tools\26.0.1\lib\dx.jar
    Unable to build: the file dx.jar was not loaded from the SDK folder

    解决:
    查看可用sdk可用的buildtools并设置
    add this in the project.properties of your project:
    sdk.buildtools=25.0.2

    参考

    相关文章

      网友评论

          本文标题:Eclipse 常见问题

          本文链接:https://www.haomeiwen.com/subject/rzmmxxtx.html