How to avoid “Refreshing external Folders” in Android development in Eclipse

前端 未结 5 1992
情歌与酒
情歌与酒 2020-12-23 17:29

I am having this annoying problem which takes 10-20 seconds and sometimes more every time my android project is refreshed or rebuilt.

5条回答
  •  旧巷少年郎
    2020-12-23 18:20

    Instead of attaching a source folder to the .jar file, you should zip the source folder and attach the zipped file to the .jar.

    See this answer for more info https://stackoverflow.com/a/9699242/637754

提交回复
热议问题