Android: eclipse workspace takes a long time to build?

前端 未结 5 1366
温柔的废话
温柔的废话 2021-02-04 07:07

My eclipse workspace has just one android project in it and is set to \"build automatically\". Every time I make a change to some code, and save the change, the workspace build

5条回答
  •  北恋
    北恋 (楼主)
    2021-02-04 07:40

    Increasing Xms and Xmx parameters in eclipse.ini worked for me:

    Original values:

    -Xms40m
    -Xmx768m
    

    New values:

    -Xms256m 
    -Xmx1024m
    

提交回复
热议问题