Let eclipse support Retina Display
I accidentally saw that eclipse has updated the major version. As a senior code friend, how can I not easily update one? So, after 10 minutes of waiting, the tragedy happened ...... I had a wipe and didn't support the retina display. My rmbp indicates a lot of pressure! Is it hard to program a piece of edges ?!
No, no. So Google started. Someone has already raised such a bug to the official team. In the comment below, a great God gave me a solution to solve this problem, the test is awesome.
However, it seems that I have not found a Chinese version. To make it easier for Chinese users to use rbmp + eclipse, I wrote this blog.
In fact, it is very simple. Just open the eclipse. app directory and add a pair of key values in contents/info. plist:
<Key>Nshighresolutioncapable</Key><True/>
put the Code in info. before the end of the plist file . After modification, the last five lines in this file are as follows:
nshighresolutioncapable
At this time, opening eclipse again will not take effect, because MACOs will cache info. we recommend that you copy the information in plist. APP, delete the original one, and copy it back to the original name. Now it should be OK to start again!
Okay, enjoy it!