我在这里使用 last.fm API http://code.google.com/p/lastfm-java/
我将它下载到我的工作区,将其作为库检查,然后将其导入到我的项目中......当我尝试使用 API 的一种方法时出现问题
Artist[] artist = LastFmServer.searchForArtist("hatebreed");
我不知道为什么,它说
Cannot make a static reference to the non-static method searchForArtist(String) from the type LastFmServer
但我有另一个错误试图解决它。它导致这条线
String artist = Artist.getName();
Cannot make a static reference to the non-static method getName() from the type Artist
这是我第一次使用 API,我开始厌倦这些错误,请帮助