Greendroid or ActionbarSherlock - setup

后端 未结 2 880
悲哀的现实
悲哀的现实 2021-01-16 02:51

do you guys know any tutorial on how to use one of the above frameworks in eclipse on windows? I\'ve downloaded both of them and followed the instructions - but I still get

2条回答
  •  醉梦人生
    2021-01-16 03:48

    I had errors on @Override methods because I was using Java 1.5. Switching to 1.6 solved them.

    To do this : right click on your project > Properties > Java Compiler > Enable project specific settings > Compiler compliance level > 1.6

    It is related to this issue in the project's bug tracker : https://github.com/JakeWharton/ActionBarSherlock/issues/28

提交回复
热议问题